예제 #1
0
def test_simple_example1_func():
    from example1 import func1
    func1()
예제 #2
0
def test_simple_example1_func():
    from example1 import func1
    func1()
예제 #3
0
 def test_example1_func(self):
     from example1 import func1
     self.assertIsNone(func1())