add eqedit poe script

minor bump
This commit is contained in:
2025-06-15 23:38:11 +01:00
parent 1ff2017d51
commit 7232ba6248
2 changed files with 7 additions and 1 deletions

View File

@@ -37,6 +37,11 @@ def ex_observer():
subprocess.run([sys.executable, str(scriptpath)])
def ex_eqedit():
scriptpath = Path.cwd() / 'examples' / 'eq_edit' / '.'
subprocess.run([sys.executable, str(scriptpath)])
def test_basic():
subprocess.run(['tox'], env=os.environ.copy() | {'KIND': 'basic'})