mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
8 lines
174 B
INI
8 lines
174 B
INI
# content of pytest.ini
|
|
# (or tox.ini or setup.cfg)
|
|
[pytest]
|
|
addopts = -ra
|
|
testpaths = tests
|
|
markers =
|
|
slow: a test that takes >60s to run. we don't run these on travis.
|