Skip to content

Commit 283e672

Browse files
chore: create a 'tests/meta/' directory and put test_mro.py in it
The 'test_mro.py' file is not really a unit test but more of a 'meta' check on the validity of the code base.
1 parent 06184da commit 283e672

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module = [
2727
"setup",
2828
"tests.functional.*",
2929
"tests.functional.api.*",
30+
"tests.meta.*",
3031
"tests.unit.*",
3132
"tests.smoke.*"
3233
]

tests/meta/__init__.py

Whitespace-only changes.
File renamed without changes.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install_command = pip install {opts} {packages}
1313
deps = -r{toxinidir}/requirements.txt
1414
-r{toxinidir}/requirements-test.txt
1515
commands =
16-
pytest tests/unit {posargs}
16+
pytest tests/unit tests/meta {posargs}
1717

1818
[testenv:pep8]
1919
basepython = python3

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy