Lines Matching defs:test1
35 def test1(self): pass
63 eq_pairs = [(Test.Foo('test1'), Test.Foo('test1'))]
66 ne_pairs = [(Test.Foo('test1'), Test.Foo('runTest')),
67 (Test.Foo('test1'), Test.Bar('test1')),
68 (Test.Foo('test1'), Test.Bar('test2'))]
315 def test1(self):
323 Foo('test1').run()
325 self.assertIn('test1', str(w.warning))
1973 def test1(self):
1980 for method_name in ('test1', 'test2'):