We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1197f commit 0a8378bCopy full SHA for 0a8378b
1 file changed
pycds/__init__.py
@@ -74,6 +74,9 @@
74
from pycds.context import get_schema_name, get_su_role_name
75
from pycds.util import schema_func, variable_tags
76
77
+# Import database module to make it accessible as pycds.database for mocking in tests
78
+from pycds import database as database
79
+
80
from .orm.tables import (
81
Base,
82
Network,
0 commit comments