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 c025206 commit 241a180Copy full SHA for 241a180
test/test_compat.py
@@ -2,12 +2,11 @@
2
import os
3
import sys
4
import unittest
5
-
6
-sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
7
8
import aurora_data_api
9
from base import CoreAuroraDataAPITest, PEP249ConformanceTestMixin
10
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
+
11
logging.basicConfig(level=logging.INFO)
12
logging.getLogger("aurora_data_api").setLevel(logging.DEBUG)
13
logging.getLogger("urllib3.connectionpool").setLevel(logging.DEBUG)
0 commit comments