From 1de363008eb934e1367e9eca8988061573fa8545 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sat, 7 Apr 2018 19:27:10 +0200 Subject: [PATCH] Look for tests only in tests directory --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b362b5b..f31533f 100644 --- a/tox.ini +++ b/tox.ini @@ -15,9 +15,9 @@ commands = [pytest] addopts = - --ignore venv --ignore tests/fetchers/test_fimfarchive.py --ignore tests/fetchers/test_fimfiction.py + tests [flake8] filenames = *.py