1
0

Compare commits

..

No commits in common. "f94ff770c791faee31162b1b5a676aecd9d8b286" and "9674418f11792ff870496c740d6dfbada4d73538" have entirely different histories.

2 changed files with 1 additions and 19 deletions

View File

@ -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
```

View File

@ -1 +1 @@
__version__ = '0.1.11'
__version__ = '0.1.10'