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 67a8163 commit c5e317bCopy full SHA for c5e317b
tests/functional/adapter/test_basic.py
@@ -20,7 +20,6 @@ class TearDownMixin():
20
@classmethod
21
def teardown_class(module):
22
for path in glob.glob('/tmp/dbt-sqlite-tests/*.db'):
23
- print("DELETING")
24
os.remove(path)
25
26
0 commit comments