Split optional-provided field=something and typing.Optional=@nullable field options, add pytest

This commit is contained in:
2025-07-12 02:15:51 +03:00
parent 8a25d234c8
commit 5b4eba5190
7 changed files with 198 additions and 36 deletions

View File

@@ -18,3 +18,9 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/megasniff"]
[dependency-groups]
dev = [
"pytest>=8.4.1",
"pytest-cov>=6.2.1",
]