
assertpy 1.1
0
Simple assertion library for unit testing in python with a fluent API
Contents
Simple assertion library for unit testing in python with a fluent API
Stars: 526, Watchers: 526, Forks: 77, Open Issues: 26The assertpy/assertpy repo was created 11 years ago and the last code push was 8 months ago.
The project is popular with 526 github stars!
How to Install assertpy
You can install assertpy using pip
pip install assertpy
or add it to a project with poetry
poetry add assertpy
Package Details
- Author
- Justin Shacklette
- License
- BSD
- Homepage
- https://github.com/assertpy/assertpy
- PyPi:
- https://pypi.org/project/assertpy/
- GitHub Repo:
- https://github.com/assertpy/assertpy
Classifiers
- Software Development
- Software Development/Testing
Related Packages
Errors
A list of common assertpy errors.
Code Examples
Here are some assertpy code examples and snippets.
GitHub Issues
The assertpy package has 26 open issues on GitHub
- Handle Path object
pythonfix