MufinApps commited on
Commit
8a47937
·
1 Parent(s): cfbbaa5

remove noise

Browse files
Files changed (1) hide show
  1. utils_class.py.txt +0 -9
utils_class.py.txt DELETED
@@ -1,9 +0,0 @@
1
- mport pytestef pytest_addoption(parser):
2
- parser.addoption('--runslow', action='store_true', default=False, help='run slow tests')
3
- ef pytest_configure(config):
4
- config.addinivalue_line('markers', 'slow: mark test as slow to run')
5
- ef pytest_collection_modifyitems(config, items):
6
- if config.getoption('--runslow'):
7
- # --runslow given in cli: do not skip slow testsreturnskip_slow = pytest.mark.skip(reason='need --runslow option to run')
8
- for item in items:
9
- if 's