refactor(meta): Move pytest config into 'pyproject.toml'
This commit is contained in:
parent
ccfb7054e1
commit
b2e8c8bd7a
@ -56,4 +56,9 @@
|
|||||||
# [tool.towncrier.fragment.deprecation]
|
# [tool.towncrier.fragment.deprecation]
|
||||||
# [tool.towncrier.fragment.remove]
|
# [tool.towncrier.fragment.remove]
|
||||||
# [tool.towncrier.fragment.trivial]
|
# [tool.towncrier.fragment.trivial]
|
||||||
# [tool.towncrier.fragment.meta]
|
# [tool.towncrier.fragment.meta]
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
python_files = "test_*"
|
||||||
|
python_classes = "*Tests"
|
||||||
|
python_function = "test_*"
|
@ -1,4 +0,0 @@
|
|||||||
[pytest]
|
|
||||||
python_files = test_*
|
|
||||||
python_classes = *Tests
|
|
||||||
python_function = test_*
|
|
Loading…
x
Reference in New Issue
Block a user