clients-protocol/README.md
takunomi-build-bot 209d546259
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 22s
🤖 Repository layout updated to latest version
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-06-14 00:21:19 +02:00

913 B

Test program/library

Common HTTP/REST clients interface

Dependencies

This project requires Python 3.8 or newer.

This project does not have any library requirements 😎

Contributing

Feel free to submit pull requests. Please follow the Code Conventions when doing so.

Testing

Testing requires the pytest library.

Run tests with the following command:

pytest test

Test coverage can be run using the pytest-cov extension:

pytest --cov=clients_protocol test

License

Copyright (c) 2025 Jon Michael Aanes

All rights reserved.