Update TestSuite with OW shuffle options

This commit is contained in:
codemann8
2021-05-23 23:20:20 -05:00
parent daae593aa8
commit 9d70a8c19d
14 changed files with 42 additions and 66 deletions

View File

@@ -52,6 +52,7 @@ def main(args=None):
test("Crossed ", "--shuffle crossed")
test("Insanity ", "--shuffle insanity")
test("OWG ", "--logic owglitches")
test("OW Full ", "--ow_shuffle full")
from tqdm import tqdm
with tqdm(concurrent.futures.as_completed(task_mapping),