1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
6e54a83013 🤖 Bumped version to 0.1.33
Some checks failed
Package Python / Package (push) Successful in 25s
Run Python tests (through Pytest) / Test (push) Successful in 25s
Python Ruff Code Quality / ruff (push) Failing after 22s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-16 23:59:43 +01:00
5bc55b93e0 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-15 21:34:18 +01:00
2 changed files with 19 additions and 1 deletions

View File

@ -36,6 +36,24 @@ 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=requests_util test
```
## License
```

View File

@ -1 +1 @@
__version__ = '0.1.32'
__version__ = '0.1.33'