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
I have an ongoing PR on the pytest-split repo (a plugin for distributing unit tests) which adds better support for nbval. It basically ensures that all the cells within an IPython notebook belong to one (and only one) test group.
Anyway, I'm stuck writing unit tests for it as it keeps failing for some reason we can't decipher. Here's a minimal example:
I have an ongoing PR on the
pytest-split
repo (a plugin for distributing unit tests) which adds better support fornbval
. It basically ensures that all the cells within an IPython notebook belong to one (and only one) test group.Anyway, I'm stuck writing unit tests for it as it keeps failing for some reason we can't decipher. Here's a minimal example:
The first test is successful, but the second one strangely fails. I'd really appreciate it if you could look into it and share your insight. Thanks!
The text was updated successfully, but these errors were encountered: