You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my notebook, I import a variable in a py file.
While the notebook is running while executed manually, it failed to be executed while using @testbook
This will set the execution path correctly without the need for the injected code. It may be useful to add this to the docs as its not intuitive that testbook should set a different path when compared to executing the notebook directly.
Hello
In my notebook, I import a variable in a py file.
While the notebook is running while executed manually, it failed to be executed while using @testbook
The test fails with this error log:
I am working with python 3.9.6, in a venv built directly in the repertory.
My environment is
I tried init / play with sys.path but without success.
Sorry if I missed something obvious. Can you help?
PS: Thanks a lot for this module, which will probably change the life of my coworkers soon.
The text was updated successfully, but these errors were encountered: