def test_simple_example1_func():
    from example1 import func1
    func1()
def test_simple_example1_func():
    from example1 import func1
    func1()
示例#3
0
 def test_example1_func(self):
     from example1 import func1
     self.assertIsNone(func1())