Minor README cleanup & added pycov for local testing

This commit is contained in:
Colin Basnett
2025-04-06 00:44:54 -07:00
parent 289361f3e1
commit 5cfb883a32
6 changed files with 30 additions and 13 deletions

View File

@@ -3,4 +3,10 @@ name = "io_scene_psk_psa"
[pytest]
blender-addons-dirs = "io_scene_psk_psa"
testpaths = "tests"
testpaths = "../tests"
[tool.coverage.run]
branch = true
[tool.coverage.report]
ignore_errors = true