Simple powerful testing framework for Python
Simple powerful testing with Python
pytest
$ pytest
$ pytest tests/test_example.py -v
$ pytest -k test_login --cov=myapp