Exemplo n.º 1
0
def test_simple_example1_func():
    from example1 import func1
    func1()
Exemplo n.º 2
0
def test_simple_example1_func():
    from example1 import func1
    func1()
Exemplo n.º 3
0
 def test_example1_func(self):
     from example1 import func1
     self.assertIsNone(func1())