Skip to content

Commit e8608f9

Browse files
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 e8608f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
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)