add tox tests

This commit is contained in:
2024-02-15 23:54:31 +00:00
parent 9c1fa36aed
commit 6a2df6352d
5 changed files with 148 additions and 32 deletions

View File

@@ -21,3 +21,7 @@ def test_xair():
def test_x32():
path = Path.cwd() / "tests" / "x32"
subprocess.run(["pytest", "-v", str(path)])
def test_all():
subprocess.run(["tox"])