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 3b054b6 commit 2795125Copy full SHA for 2795125
tests/integrations/stdlib/__init__.py
@@ -1,6 +1,6 @@
1
import os
2
import sys
3
4
-# Load `asyncpg_helpers` into the module search path to test query source path names relative to module. See
5
-# `test_query_source_with_module_in_search_path`
+# Load `httplib_helpers` into the module search path to test request source path names relative to module. See
+# `test_request_source_with_module_in_search_path`
6
sys.path.insert(0, os.path.join(os.path.dirname(__file__)))
0 commit comments