Skip to content

Commit

Permalink
Merge pull request #5475 from gitcoinco/specify-test-paths
Browse files Browse the repository at this point in the history
speed up tests massively by specifying location
  • Loading branch information
thelostone-mc authored Nov 12, 2019
2 parents 49b1f9e + aaa4824 commit 6f72a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r base.txt
attrs==19.1.0
pytest==4.0.1
pytest-cov==2.6.0
pytest-isort==0.2.1
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python_files =
test_*.py
*_test.py
tests.py
testpaths = app/app/tests app/avatar/tests app/dashboard/tests app/economy/tests app/enssubdomain/tests app/event_ethdenver2019 app/feeswapper/management/commands/tests app/gas/tests app/git/tests app/gitcoinbot/tests app/grants/tests app/marketing/tests app/marketing/management/commands app/perftools app/quests app/revenue
addopts =
-rf
--isort
Expand Down

0 comments on commit 6f72a8e

Please sign in to comment.