Skip to content

Commit 49aee01

Browse files
committed
use pytest-xdist to speed up testing
1 parent 5e0425e commit 49aee01

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Added sphinx documentation
66
* Updated build system
7+
* Use pytest-xdist to speed up testing
78

89
## [3.2.0] - 2021-08-07
910

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
sphinx==3.5.3
22
pytest==6.2.4
33
pytest-cov==2.12.1
4+
pytest-xdist==2.3.0
45
flake8==3.9.2
56
wheel==0.36.2
67
twine==3.4.2

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ addopts =
44
--cov=tests
55
--cov-report=term-missing:skip-covered
66
--cov-report=html
7+
--numprocesses=auto
78

89
[flake8]
910
exclude = venv,build,docs

0 commit comments

Comments
 (0)