Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit283e672

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 parent06184da commit283e672

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/unittests/meta{posargs}
1717

1818
[testenv:pep8]
1919
basepython = python3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp