File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ module = [
27
27
" setup" ,
28
28
" tests.functional.*" ,
29
29
" tests.functional.api.*" ,
30
+ " tests.meta.*" ,
30
31
" tests.unit.*" ,
31
32
" tests.smoke.*"
32
33
]
File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install_command = pip install {opts} {packages}
13
13
deps = -r{toxinidir}/requirements.txt
14
14
-r{toxinidir}/requirements-test.txt
15
15
commands =
16
- pytest tests/unit {posargs}
16
+ pytest tests/unit tests/meta {posargs}
17
17
18
18
[testenv:pep8]
19
19
basepython = python3
@@ -72,7 +72,7 @@ commands = python setup.py build_sphinx
72
72
[testenv:cover]
73
73
commands =
74
74
pytest --cov --cov-report term --cov-report html \
75
- --cov-report xml tests/unit {posargs}
75
+ --cov-report xml tests/unit tests/meta {posargs}
76
76
77
77
[coverage:run]
78
78
omit = *tests*
You can’t perform that action at this time.
0 commit comments