mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2025-11-19 08:16:29 -07:00
| .. | ||
| cfg | ||
| __init__.py | ||
| pytest.ini | ||
| README.md | ||
| test_cli.py | ||
| test_log.py | ||
Software tests for app_skellington
Contained is the early stages of unit testing for app_skellington framework.
Usage
Run all tests (cwd is testing directory):
pytest .
Run test by keyword:
pytest -k "<test keyword>" .
Run test by directory:
pytest <dirname>