Replies: 1 comment
-
i think it's best to keep them separate. in a import pytest
@pytest.fixture
def nb():
import nb
_ = nb.app.run()
_ = _[-1] # results mapping
return _ this opens the door to nb regression testing (in one go). anyone from the team wants to chime in? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the pytest example doesn't show how one can use a pytest fixture
https://docs.marimo.io/guides/testing/pytest/
Beta Was this translation helpful? Give feedback.
All reactions