Tidy up logging and rework tests from scratch
This commit is contained in:
13
tests/legacy/combinator.py
Normal file
13
tests/legacy/combinator.py
Normal file
@@ -0,0 +1,13 @@
|
||||
class Combinator():
|
||||
|
||||
def __init__(self, SubCombinations: dict):
|
||||
self._SubCombinators = SubCombinations
|
||||
|
||||
def getPayload(self):
|
||||
pass
|
||||
|
||||
def assertFunc(self, testObj):
|
||||
pass
|
||||
|
||||
def getYield(yieldObj: dict):
|
||||
pass
|
||||
Reference in New Issue
Block a user