build(meta): Fix pytest functions name pattern

This commit is contained in:
hygienic-books 2022-05-02 01:38:46 +02:00
parent 9175921b0f
commit 3fd5590158

View File

@ -61,4 +61,4 @@
[tool.pytest.ini_options]
python_files = "test_*"
python_classes = "*Tests"
python_function = "test_*"
python_functions = "test_*"