add poetry test scripts for each kind

This commit is contained in:
2023-08-10 16:27:49 +01:00
parent 4a397d8d96
commit cf88b0a63b
4 changed files with 32 additions and 5 deletions

View File

@@ -33,7 +33,10 @@ levels = "scripts:ex_levels"
midi = "scripts:ex_midi"
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 = """