We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264474b commit e5d6185Copy full SHA for e5d6185
tests/test_find.py
@@ -2,7 +2,7 @@
2
from labthings.extensions import BaseExtension
3
4
5
-def test_current_labthing(thing, thing_ctx):
+def test_current_labthing_explicit_app(thing, thing_ctx):
6
with thing_ctx.test_request_context():
7
assert find.current_labthing(thing.app) is thing
8
0 commit comments