We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06184da commit 283e672Copy full SHA for 283e672
pyproject.toml
@@ -27,6 +27,7 @@ module = [
27
"setup",
28
"tests.functional.*",
29
"tests.functional.api.*",
30
+ "tests.meta.*",
31
"tests.unit.*",
32
"tests.smoke.*"
33
]
tests/meta/__init__.py
tests/unit/objects/test_mro.py renamed to tests/meta/test_mro.py
tox.ini
@@ -13,7 +13,7 @@ install_command = pip install {opts} {packages}
13
deps = -r{toxinidir}/requirements.txt
14
-r{toxinidir}/requirements-test.txt
15
commands =
16
- pytest tests/unit {posargs}
+ pytest tests/unit tests/meta {posargs}
17
18
[testenv:pep8]
19
basepython = python3
0 commit comments