GSMtester class

class gsmodutils.test.tester.GSMTester(project)[source]

Bases: object

collect_tests()[source]

Collects all tests but does not run them

get_test(tid)[source]
iter_tests(recollect=False)[source]
progress_tests(skip_default=False)[source]

Run tests with a progressbar :param skip_default: :return:

run_all()[source]

Find and run all tests for a project, executes rather than returning generator

run_by_id(tid)[source]

Returns result of individual test function

test_ids
to_dict()[source]

json serialisable log - call after running tests