Replies: 6 comments 13 replies
-
Yeah, I had tried it once and received an error, I don’t remember what it was. edit: it's not as simple as adding a lock, (1. cmdctx, 2. appctx) might be best |
Beta Was this translation helpful? Give feedback.
-
One thought would be to leverage pyrx_test_onload could run tests in Can also handle reload form there as well |
Beta Was this translation helpful? Give feedback.
-
so if you go this route, it would have to be the combination of |
Beta Was this translation helpful? Give feedback.
-
I think it works fine b628b8c |
Beta Was this translation helpful? Give feedback.
-
I think that's me |
Beta Was this translation helpful? Give feedback.
-
================================== FAILURES =================================== |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently implementing a test runner to be able to run tests in the app context (
@pytest.mark.appctx
). At the moment it seems to me that it is necessary to run separate instances (1. cmdctx, 2. appctx), there is some problem with the second run ofpytest.main
:I think you mentioned once about the need to run tests in the app context, I implement it because it seems to me that it is the best way to test loading/reloading functions.
Beta Was this translation helpful? Give feedback.
All reactions