Skip to content

Commit

Permalink
Merge pull request #20 from ninoseki/update-pytest-configuration
Browse files Browse the repository at this point in the history
refactor: use pytest-parallel & pytest-sugar
  • Loading branch information
ninoseki committed Jul 23, 2020
2 parents 66d1224 + f611f75 commit 975b9a8
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 35 deletions.
126 changes: 91 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Expand Up @@ -40,7 +40,9 @@ pytest = "^5.4.3"
pytest-asyncio = "^0.14.0"
pytest-cov = "^2.10.0"
pytest-mock = "^3.2.0"
pytest-parallel = "^0.1.0"
pytest-randomly = "^3.4.1"
pytest-sugar = "^0.9.4"
pytest-timeout = "^1.4.2"
pyupgrade = "^2.7.1"
respx = "^0.11.2"
Expand Down
2 changes: 2 additions & 0 deletions pytest.ini
@@ -0,0 +1,2 @@
[pytest]
addopts = --workers auto

0 comments on commit 975b9a8

Please sign in to comment.