mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-06 23:53:31 +00:00
set tests to run randomly
This commit is contained in:
@@ -5,8 +5,7 @@ import random
|
||||
import sys
|
||||
|
||||
# let's keep things random
|
||||
# kind_id = random.choice(("basic", "banana", "potato"))
|
||||
kind_id = "potato"
|
||||
kind_id = random.choice(("basic", "banana", "potato"))
|
||||
|
||||
opts = {
|
||||
"ip": "codey.local",
|
||||
|
||||
Reference in New Issue
Block a user