Skip to content

Commit e34794f

Browse files
authored
Merge pull request #48 from labthings/improved-test-coverage
Improved test coverage
2 parents 08baae5 + 2aa30f4 commit e34794f

File tree

4 files changed

+3
-70
lines changed

4 files changed

+3
-70
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[run]
22
branch = True
33
source = ./labthings
4-
omit = .venv/*, labthings/server/wsgi/*, , labthings/server/monkey/*
4+
omit = .venv/*, labthings/server/wsgi/*, , labthings/server/monkey.py
55
concurrency = greenlet
66

77
[report]

poetry.lock

Lines changed: 1 addition & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ black = {version = "^19.10b0",allow-prereleases = true}
2121
pytest-cov = "^2.8.1"
2222
numpy = "^1.18.2"
2323
jsonschema = "^3.2.0"
24-
pytest-xdist = "^1.31.0"
2524

2625
[tool.black]
2726
exclude = '(\.eggs|\.git|\.venv)'

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
addopts = -n 3 --cov-report term-missing --cov=labthings --cov-report html --cov-report xml
2+
addopts = --cov-report term-missing --cov=labthings --cov-report html --cov-report xml

0 commit comments

Comments
 (0)