Compare commits
No commits in common. "f94ff770c791faee31162b1b5a676aecd9d8b286" and "9674418f11792ff870496c740d6dfbada4d73538" have entirely different histories.
f94ff770c7
...
9674418f11
18
README.md
18
README.md
|
@ -41,24 +41,6 @@ Full list of requirements:
|
|||
|
||||
Feel free to submit pull requests. Please follow the [Code Conventions](CONVENTIONS.md) when doing so.
|
||||
|
||||
|
||||
### Testing
|
||||
|
||||
Testing requires the [pytest](https://docs.pytest.org/en/stable/) library.
|
||||
|
||||
Run tests with the following command:
|
||||
|
||||
```sh
|
||||
pytest test
|
||||
```
|
||||
|
||||
Test coverage can be run using the [`pytest-cov`](https://pypi.org/project/pytest-cov/) extension:
|
||||
|
||||
```sh
|
||||
pytest --cov=package_tracking test
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
```
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.11'
|
||||
__version__ = '0.1.10'
|
||||
|
|
Loading…
Reference in New Issue
Block a user