1-get-feet-wet-versioning #2

Merged
hygienic-books merged 36 commits from 1-get-feet-wet-versioning into master 2022-05-02 21:04:55 +00:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit b2e8c8bd7a - Show all commits

View File

@ -57,3 +57,8 @@
# [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_*"

View File

@ -1,4 +0,0 @@
[pytest]
python_files = test_*
python_classes = *Tests
python_function = test_*