Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion betterproto2_compiler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
# google/protobuf/compiler/plugin.proto
5 changes: 0 additions & 5 deletions betterproto2_compiler/pytest.ini

This file was deleted.