mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
add some tests, commands and bus class
added a couple of lower tests. add some string tests to higher tests. added bus class add higher commands show, hide, shutdown, restart, version and type
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import vban_cmd
|
||||
from vban_cmd import kinds
|
||||
from vban_cmd.channel import Modes
|
||||
import socket
|
||||
from threading import Thread
|
||||
|
||||
@@ -13,5 +14,7 @@ def setup_package():
|
||||
tests.worker = Thread(target=tests._send_register_rt, daemon=True)
|
||||
tests.worker.start()
|
||||
|
||||
tests._modes = Modes()
|
||||
|
||||
def teardown_package():
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user