mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
add gui, tests to scripts
add tox to development dependencies major version bump
This commit is contained in:
@@ -2,6 +2,11 @@ import subprocess
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def ex_gui():
|
||||
path = Path.cwd() / "examples" / "gui" / "."
|
||||
subprocess.run(["py", str(path)])
|
||||
|
||||
|
||||
def ex_obs():
|
||||
path = Path.cwd() / "examples" / "obs" / "."
|
||||
subprocess.run(["py", str(path)])
|
||||
@@ -10,3 +15,7 @@ def ex_obs():
|
||||
def ex_observer():
|
||||
path = Path.cwd() / "examples" / "observer" / "."
|
||||
subprocess.run(["py", str(path)])
|
||||
|
||||
|
||||
def test():
|
||||
subprocess.run(["tox"])
|
||||
|
||||
Reference in New Issue
Block a user