Hey there, when I try to run my code in the online editor for the Binary Search exercise, I get this error message:
ImportError while importing test module '.mnt.exercism-iteration.binary_search_test.py'.
Hint: make sure your test modules.packages have valid Python names.
Traceback:
.usr.local.lib.python3.11.importlib.__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
.mnt.exercism-iteration.binary_search_test.py:7: in <module>
from binary_search import (
E ImportError: cannot import name 'find' from 'binary_search' (.mnt.exercism-iteration.binary_search.py)
``` Just thought I'd share.