File size: 196 Bytes
5fa1a76
 
 
 
 
1
2
3
4
5
:

RUN_SLOW=1 pytest tests
Some decorators like @parameterized rewrite test names, therefore @slow and the rest of the skip decorators
@require_* have to be listed last for them to work correctly.