add poetry test scripts for each kind

This commit is contained in:
2023-08-10 19:13:34 +01:00
parent a635109308
commit 0f2fb7121d
4 changed files with 32 additions and 6 deletions

View File

@@ -28,7 +28,10 @@ build-backend = "poetry.core.masonry.api"
gui = "scripts:ex_gui"
obs = "scripts:ex_obs"
observer = "scripts:ex_observer"
test = "scripts:test"
basic = "scripts:test_basic"
banana = "scripts:test_banana"
potato = "scripts:test_potato"
all = "scripts:test_all"
[tool.tox]
legacy_tox_ini = """