magicli/tests/test_first_calling_frame.py

6 lines
120 B
Python

from magicli.magicli import first_calling_frame
def test_no_calling_frame():
assert first_calling_frame() == None