Lines Matching refs:tests
8 Make fuzz like testing for pkcs7 tests
9 Given a valid DER pkcs7 file add tests to the test_suite_pkcs7.data file
13 documentation for showing how those ugly tests in test_suite_pkcs7.data were created
38 Allow for new tests to be added.
53 tests = []
63 tests.append(Test(lines[i], lines[i+1], lines[i+2]))
66 tests.append(Test(lines[i], None, lines[i+1]))
68 latest_test_num = float(tests[-1].name.split('#')[1])
69 return latest_test_num, tests
179 print("made " + str(len(MUT_ARR)) + " new tests")