Skip to content

Commit

Permalink
Fix src location
Browse files Browse the repository at this point in the history
  • Loading branch information
mormahr committed Feb 25, 2021
1 parent 0265474 commit 6074f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
volumes:
- "./tests:/usr/src/app/tests"
- "./test-data:/usr/src/app/test-data"
- "./src:/usr/src/app/src"
- "./pdf_service:/usr/src/app/pdf_service"
- "./coverage:/usr/src/app/coverage"
- "./.pytest_cache:/usr/src/app/.pytest_cache"
command: |
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[pytest]
python_files = tests.py test_*.py *_tests.py
norecursedirs = src
norecursedirs = pdf_service

0 comments on commit 6074f34

Please sign in to comment.