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
1.`get_router()` should return an `APIRouter` object to define mock responses for specific HTTP requests. All web requests are intercepted by an HTTP proxy.
57
-
Refer to `tests_integration.lib.shared.get_transparent_urls` to define URLs that should not be intercepted.
57
+
Refer to `tests_integration.lib.get_transparent_urls` to define URLs that should not be intercepted.
58
58
59
59
2.`prepare(helper: IntegrationTestHelper)` for setting up your test case. Usually, you will want to
60
60
overwrite the feedstock repository in the test environment. The `IntegrationTestHelper` provides methods to interact
0 commit comments