An example project for showcasing unit testing.
Category | Badges |
---|---|
PyPI | |
Tests | |
Activity | |
QA | |
Other |
This project showcases how unit testing works by implementing a very simple Python library, and adding unit tests to it. The project uses Pytest.
The main project has no library dependencies, but the actual unit testing
part relies on several packages listed in
pyproject.toml
. In general, you'll need:
- Python 3.11 or newer
- Poetry
The project is automatically tested on the latest versions of Windows, Mac OS, and Ubuntu, and it has also been tested on both CPython and PyPy. Using other implementations or operating systems may work, but is not guaranteed.
Please see the documentation here.
Please see the documentation here.
The project's changelog can be found here.
This project is licensed under the MIT license - see the LICENSE
-file for details.
Inspiration, code snippets, debugging help, etc.
- My fellow team members