mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
set tests to run randomly
This commit is contained in:
parent
3993fa99be
commit
98c15967d1
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user