Lines Matching defs:test_1
43 def test_1(self): pass
47 tests = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
1172 def test_1(self): pass
1178 self.assertEqual(loader.getTestCaseNames(Test), ['test_1', 'test_2'])
1217 def test_1(self): pass
1222 def test_1(self): pass
1227 names = ['test_1', 'test_2', 'test_3']
1236 def test_1(self): pass
1246 self.assertEqual(loader.getTestCaseNames(MyTest), ['test_1'])
1249 self.assertEqual(loader.getTestCaseNames(MyTest), ['test_1', 'test_2'])
1252 self.assertEqual(loader.getTestCaseNames(MyTest), ['test_1', 'test_2'])
1270 def test_1(self): pass
1274 self.assertEqual(loader.getTestCaseNames(MyTest), ['test_1'])
1293 def test_1(self): pass
1298 tests_2 = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
1315 def test_1(self): pass
1321 tests_2 = [unittest.TestSuite([Foo('test_1'), Foo('test_2')])]
1338 def test_1(self): pass
1344 tests_2 = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
1361 def test_1(self): pass
1367 tests_2 = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
1395 def test_1(self): pass
1401 tests = loader.suiteClass([Foo('test_2'), Foo('test_1')])
1412 def test_1(self): pass
1419 tests = [loader.suiteClass([Foo('test_2'), Foo('test_1')])]
1430 def test_1(self): pass
1437 tests = loader.suiteClass([Foo('test_2'), Foo('test_1')])
1448 def test_1(self): pass
1455 tests = [loader.suiteClass([Foo('test_2'), Foo('test_1')])]
1467 def test_1(self): pass
1473 test_names = ['test_2', 'test_1']
1485 def test_1(self): pass
1487 test_names = ['test_2', 'test_3', 'test_1']
1497 def test_1(self): pass
1503 test_names = ['test_2', 'test_1']
1515 def test_1(self): pass
1519 tests = [Foo('test_1'), Foo('test_2')]
1530 def test_1(self): pass
1535 tests = [[Foo('test_1'), Foo('test_2')]]
1546 def test_1(self): pass
1551 tests = [Foo('test_1'), Foo('test_2')]
1562 def test_1(self): pass
1567 tests = [[Foo('test_1'), Foo('test_2')]]