Skip to content

Commit

Permalink
Merge pull request #356 from crcrewso/pytestSupport
Browse files Browse the repository at this point in the history
Pytest support
  • Loading branch information
jrkerns committed Apr 7, 2021
2 parents 01c81af + 94d92e3 commit 0c762a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pytest.ini
@@ -0,0 +1,9 @@
[pytest]
addopts = -n auto
testpaths =
tests_basic
tests_complete
python_files =
test_*.py


2 changes: 2 additions & 0 deletions requirements-dev.txt
@@ -0,0 +1,2 @@
-r requirements.txt
pytest-xdist
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -7,4 +7,5 @@ Pillow >= 4.0
tqdm >= 3.8
reportlab >= 3.3
argue
py-linq
py-linq
pytest-xdist

0 comments on commit 0c762a4

Please sign in to comment.