bump to major version 1

This commit is contained in:
2023-06-19 20:03:26 +01:00
parent a460c6aeb0
commit e6ea1e5f4f
4 changed files with 14 additions and 1 deletions

View File

@@ -20,3 +20,7 @@ def ex_obs():
def ex_observer():
path = Path.cwd() / "examples" / "observer" / "."
subprocess.run(["py", str(path)])
def test():
subprocess.run(["pytest", "-v"])