doctests executes test in the docstring of a function
ToDo: doctests, pytest.ini, markers
run tests with python -m unittest it runs all files with test*.py filename format. This is a shortcut to invoke test discoveryarrow-up-right
python -m unittest
test*.py
Last updated 2 years ago