Skip to content

Commit

Permalink
Add tool.pytest.ini_options to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 18, 2020
1 parent e345665 commit 99cff57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ exclude_lines = [
'abstractclassmethod',
'warnings.warn',
]

[tool.pytest.ini_options]
testpaths = [
"test",
]
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Faker>=4.0.3
pytablewriter>=0.46
pytest
pytest>=6.0.1

0 comments on commit 99cff57

Please sign in to comment.