add poetry script sends

bump to 2.2.4a0
This commit is contained in:
2024-02-08 21:38:30 +00:00
parent 85664c8465
commit 6e017b4afc
3 changed files with 12 additions and 4 deletions

View File

@@ -8,6 +8,11 @@ def ex_obs():
subprocess.run([sys.executable, str(path)])
def ex_sends():
path = Path.cwd() / "examples" / "sends" / "."
subprocess.run([sys.executable, str(path)])
def test_xair():
path = Path.cwd() / "tests" / "xair"
subprocess.run(["pytest", "-v", str(path)])