6 lines
120 B
Python
6 lines
120 B
Python
from magicli.magicli import first_calling_frame
|
|
|
|
|
|
def test_no_calling_frame():
|
|
assert first_calling_frame() == None
|