|
6 months ago | |
---|---|---|
.. | ||
cfg | 6 months ago | |
README.md | 6 months ago | |
__init__.py | 10 months ago | |
pytest.ini | 10 months ago | |
test_cli.py | 6 months ago | |
test_log.py | 10 months ago |
Contained is the early stages of unit testing for app_skellington framework.
Run all tests (cwd is testing directory):
pytest .
Run test by keyword:
pytest -k "<test keyword>" .
Run test by directory:
pytest <dirname>