-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using ipytest inside databricks #47
Comments
Hi @tade0726 . Thanks for reporting this issue. I am not using databricks myself, so it's really hard for me to debug. My feeling is that the magic mechanism somehow works differently in Databricks. Could you try running it manually? Maybe that would be an option. You code should be more or less the same as ipytest.clean_tests()
# <your code>
def test_get_label_dir():
assert get_label_dir("/test/daisy") == "daisy"
ipytest.run(["-qq"]) Meanwhile I'll also try to ping Databricks on twitter maybe they're willing to support here. |
Since there is no feedback from op or databricks, I'll close this as not supported. |
I wish to use
ipytest
indatabricks
, but I ran into an error like below.I notice that this is something related to the databricks' mechanism: https://menziess.github.io/howto/test/code-in-databricks-notebooks/
Is it possible we can introduce
ipytest
in databricks?My cells:
Error:
The text was updated successfully, but these errors were encountered: