Beispiel #1
0
def test_suite():
    """
    use "--at-level 2" or "make testall" to reach these tests
    """
    return collect_ftests(layer=export_functional_layer, level=2)
Beispiel #2
0
def test_suite():
    return collect_ftests(layer=standard_functional_layer)
Beispiel #3
0
def test_suite():
    return collect_ftests(layer=course_functional_layer)
Beispiel #4
0
def test_suite():
    return collect_ftests(layer=schoolyear_functional_layer)
Beispiel #5
0
def test_suite():
    return collect_ftests(layer=person_functional_layer)
Beispiel #6
0
def test_suite():
    return collect_ftests(filenames=['README.txt'],
                          layer=requirement_functional_layer)
Beispiel #7
0
def test_suite():
    return collect_ftests(layer=sampledata_functional_layer,
                          level=2) # 'cause it is slow and a memory hog
Beispiel #8
0
def test_suite():
    return collect_ftests(filenames=['notes_browser.txt'],
                          layer=note_functional_layer)
Beispiel #9
0
def test_suite():
    return collect_ftests(layer=devmode_functional_layer)
Beispiel #10
0
def test_suite():
    return collect_ftests(layer=dashboard_functional_layer)
Beispiel #11
0
def test_suite():
    return collect_ftests(filenames=['notes_browser.txt'],
                          layer=note_functional_layer)
Beispiel #12
0
def test_suite():
    return collect_ftests(layer=sampledata_functional_layer,
                          level=2)  # 'cause it is slow and a memory hog
Beispiel #13
0
def test_suite():
    return collect_ftests(layer=standard_functional_layer)
def test_suite():
    return unittest.TestSuite([
        collect_ftests(layer=gradebook_functional_layer, filenames=ftests),
        collect_ftests(layer=journal_functional_layer, filenames=need_journal)
    ])
Beispiel #15
0
def test_suite():
    return collect_ftests(layer=dashboard_functional_layer)
Beispiel #16
0
def test_suite():
    return collect_ftests(layer=app_functional_layer)
Beispiel #17
0
def test_suite():
    return collect_ftests(layer=resource_functional_layer)