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
Our unit and integration tests currently rely on unittest and it would be better to move them to pytest where we can leverage fixtures and a more modern framework.
I suspect a subset of the core fixtures will resemble those defined in jupyter_server. Perhaps we could prefix our core fixtures with eg_ rather than jp_.
The text was updated successfully, but these errors were encountered:
Our unit and integration tests currently rely on
unittest
and it would be better to move them topytest
where we can leverage fixtures and a more modern framework.I suspect a subset of the core fixtures will resemble those defined in jupyter_server. Perhaps we could prefix our core fixtures with
eg_
rather thanjp_
.The text was updated successfully, but these errors were encountered: