abh - HTMLify profile
files of /abh/def/TESTS/
class Test:
def __init__(self, function):
self.passed = 0
self.failed = 0
self.function = function
def __init__(self, function):
self.passed = 0
self.failed = 0
self.function = function
TESTCCASES = [
{
"positional": ("string", "string",),
"keyword": {},
"return": True,
"msg":
{
"positional": ("string", "string",),
"keyword": {},
"return": True,
"msg":
TESTCASES = [
{ # test case structure
"positional": ("arguments", "in", "tuples",), # Positional arguments as Tupl
{ # test case structure
"positional": ("arguments", "in", "tuples",), # Positional arguments as Tupl
TESTCASES = [
{
"positional": ("H",),
"keyword": {},
"return": True,
"msg": ""
},
{
{
"positional": ("H",),
"keyword": {},
"return": True,
"msg": ""
},
{
TESTCCASES = [
{
"positional": (25, 5),
"keyword": {},
"return": True,
"msg": "",
},
{
"positional": (25, 5),
"keyword": {},
"return": True,
"msg": "",
},
TESTCASES = [
{
"positional": (2,),
"keyword": {},
"return": True,
"msg": "",
},
{
{
"positional": (2,),
"keyword": {},
"return": True,
"msg": "",
},
{
TESTCASES = [
{
"positional": ("Hello",),
"keyword": {},
"return": False,
"msg": ""
},
{
"positional": ("Hello",),
"keyword": {},
"return": False,
"msg": ""
},