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 33e95db commit 2547748Copy full SHA for 2547748
tests/test_schema.py
@@ -3,7 +3,7 @@
3
from inspect import getmembers
4
from . import schema
5
from . import schema_empty
6
-from . import PREFIX, CONN_INFO
+from . import PREFIX, CONN_INFO, CONN_INFO_ROOT
7
from .schema_simple import schema as schema_simple
8
9
@@ -135,6 +135,7 @@ def test_schema_save():
135
136
def test_uppercase_schema():
137
# https://github.com/datajoint/datajoint-python/issues/564
138
+ dj.conn(**CONN_INFO_ROOT, reset=True)
139
schema1 = dj.Schema('Schema_A')
140
141
@schema1
0 commit comments