File size: 295 Bytes
5fa1a76
 
 
 
 
 
 
1
2
3
4
5
6
7
Report each sub-test name and its progress
For a single or a group of tests via pytest (after pip install pytest-pspec):

pytest --pspec tests/test_optimization.py
Instantly shows failed tests
pytest-instafail shows failures and errors instantly instead of
waiting until the end of test session.