app_skellington/tests
2020-07-19 03:11:04 -06:00
..
cfg slight rework cfg module, moving file validation and logic into setters. slight improvement on logging and tests 2020-07-18 23:02:44 -06:00
__init__.py First upload to the big WWW. 2020-03-01 21:08:11 -07:00
pytest.ini First upload to the big WWW. 2020-03-01 21:08:11 -07:00
README.md slight rework cfg module, moving file validation and logic into setters. slight improvement on logging and tests 2020-07-18 23:02:44 -06:00
test_cli.py more polish for release 2020-07-19 03:11:04 -06:00
test_log.py First upload to the big WWW. 2020-03-01 21:08:11 -07:00

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>