Hi, very cool project! I needed to change the `test.py` file proposed in the README to obtain the expected behavior: ```python import expect_def expect_def.enable_testing() import src.your_project_here expect_def.run() ``` Did I miss something?