Helper scripts for CI pipeline operations
Project description
How to run unit test
Need to install berfore run unit test:
- pytest (pip install pytest)
- pytest-cov (pip install pytest-cov)
Command to run unit test:
- pytest (Output only pass or failed testing)
- pytest --cov-report term --cov=kueri tests/ (Give percentage coverage of unit testing)
- pytest --cov-report term-missing --cov=kueri tests/ (Give line of code function that not covered in unit test)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kueri-0.5.2.tar.gz
(5.2 kB
view hashes)