Added automated tests (testing PSA import for now, more to come)

This commit is contained in:
Colin Basnett
2025-04-02 15:12:23 -07:00
parent 977153e4ad
commit 2b347bf064
15 changed files with 387 additions and 86 deletions

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[project]
name = "io_scene_psk_psa"
[pytest]
blender-addons-dirs = "io_scene_psk_psa"
testpaths = "tests"