示例#1
0
def make_tests(suite):
    suite.addTests(gomill_test_support.make_simple_tests(globals()))
    for t in board_test_data.play_tests:
        suite.addTest(Play_test_TestCase(*t))
    for t in board_test_data.score_tests:
        suite.addTest(Score_test_TestCase(*t))
    for t in board_test_data.setup_tests:
        suite.addTest(Setup_test_TestCase(*t))
示例#2
0
def make_tests(suite):
    suite.addTests(gomill_test_support.make_simple_tests(globals()))
    for t in board_test_data.play_tests:
        suite.addTest(Play_test_TestCase(*t))
    for t in board_test_data.score_tests:
        suite.addTest(Score_test_TestCase(*t))
    for t in board_test_data.setup_tests:
        suite.addTest(Setup_test_TestCase(*t))
示例#3
0
def make_tests(suite):
    suite.addTests(gomill_test_support.make_simple_tests(globals()))
示例#4
0
def make_tests(suite):
    suite.addTests(gomill_test_support.make_simple_tests(globals()))
示例#5
0
def make_tests(suite):
    suite.addTests(gomill_test_support.make_simple_tests(globals()))
    for t in handicap_compensation_tests:
        suite.addTest(Handicap_compensation_TestCase(*t))
示例#6
0
def make_tests(suite):
    suite.addTests(gomill_test_support.make_simple_tests(globals()))
    for t in handicap_compensation_tests:
        suite.addTest(Handicap_compensation_TestCase(*t))