Exemplo n.º 1
0
 def test_func(skip):
     return get_caller_name(skip)
Exemplo n.º 2
0
 def run(self):
     return get_caller_name(1)
Exemplo n.º 3
0
 def run(cls):
     return get_caller_name(1)
Exemplo n.º 4
0
 def test_func():
     return get_caller_name(1)
 def test_func(skip):
     return get_caller_name(skip)
 def run(cls):
     return get_caller_name(1)
 def run(self):
     return get_caller_name(1)
 def test_func():
     return get_caller_name(1)