refactor(meta): Move pytest config into 'pyproject.toml'
This commit is contained in:
parent
ccfb7054e1
commit
b2e8c8bd7a
@ -57,3 +57,8 @@
|
||||
# [tool.towncrier.fragment.remove]
|
||||
# [tool.towncrier.fragment.trivial]
|
||||
# [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