refactor(meta): Move pytest config into 'pyproject.toml'
This commit is contained in:
@@ -56,4 +56,9 @@
|
||||
# [tool.towncrier.fragment.deprecation]
|
||||
# [tool.towncrier.fragment.remove]
|
||||
# [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_*
|
Reference in New Issue
Block a user