1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00
Files
textattack-nlp-transformer/pytest.ini
2020-06-17 15:38:38 -04:00

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.