diff --git a/betterproto2_compiler/pyproject.toml b/betterproto2_compiler/pyproject.toml index ff98f9e..ee57285 100644 --- a/betterproto2_compiler/pyproject.toml +++ b/betterproto2_compiler/pyproject.toml @@ -79,6 +79,12 @@ select = [ [tool.ruff.lint.isort] combine-as-imports = true +[tool.pytest.ini_options] +python_files = "test_*.py" +python_classes = "" +norecursedirs = "**/output_*" +addopts = "-p no:warnings" + [tool.poe.tasks.test] cmd = "pytest" help = "Run tests" @@ -175,4 +181,4 @@ help = "Check the code with the Ruff linter" # google/protobuf/timestamp.proto \ # google/protobuf/type.proto \ # google/protobuf/wrappers.proto \ -# google/protobuf/compiler/plugin.proto \ No newline at end of file +# google/protobuf/compiler/plugin.proto diff --git a/betterproto2_compiler/pytest.ini b/betterproto2_compiler/pytest.ini deleted file mode 100644 index bec2b96..0000000 --- a/betterproto2_compiler/pytest.ini +++ /dev/null @@ -1,5 +0,0 @@ -[pytest] -python_files = test_*.py -python_classes = -norecursedirs = **/output_* -addopts = -p no:warnings \ No newline at end of file