Home | History | Annotate | Download | only in test

Lines Matching refs:test_2

18             def test_2(self): pass
21 tests = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
142 test_2 = MyTestCase
337 test_2 = MyTestCase
340 suite = loader.loadTestsFromName('test_2', NotAModule)
735 test_2 = MyTestCase
738 suite = loader.loadTestsFromNames(['test_2'], NotAModule)
939 def test_2(self): pass
944 self.assertEqual(loader.getTestCaseNames(Test), ['test_1', 'test_2'])
984 def test_2(self): pass
993 names = ['test_1', 'test_2', 'test_3']
1010 def test_2(self): pass
1014 tests_2 = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
1032 def test_2(self): pass
1037 tests_2 = [unittest.TestSuite([Foo('test_1'), Foo('test_2')])]
1055 def test_2(self): pass
1060 tests_2 = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
1078 def test_2(self): pass
1083 tests_2 = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
1112 def test_2(self): pass
1117 tests = loader.suiteClass([Foo('test_2'), Foo('test_1')])
1129 def test_2(self): pass
1135 tests = [loader.suiteClass([Foo('test_2'), Foo('test_1')])]
1147 def test_2(self): pass
1153 tests = loader.suiteClass([Foo('test_2'), Foo('test_1')])
1165 def test_2(self): pass
1171 tests = [loader.suiteClass([Foo('test_2'), Foo('test_1')])]
1184 def test_2(self): pass
1189 test_names = ['test_2', 'test_1']
1204 def test_2(self): pass
1209 test_names = ['test_2', 'test_1']
1222 def test_2(self): pass
1225 tests = [Foo('test_1'), Foo('test_2')]
1237 def test_2(self): pass
1241 tests = [[Foo('test_1'), Foo('test_2')]]
1253 def test_2(self): pass
1257 tests = [Foo('test_1'), Foo('test_2')]
1269 def test_2(self): pass
1273 tests = [[Foo('test_1'), Foo('test_2')]]