Skip to content

Commit dbe9552

Browse files
committed
Move tests
1 parent b8101be commit dbe9552

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed
File renamed without changes.
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def setUp(self) -> None:
130130
raise Exception("Unsupported Firebird version (%s)" % self.version)
131131
#
132132
self.cwd = os.getcwd()
133-
self.dbpath = self.cwd if os.path.split(self.cwd)[1] == 'test' \
134-
else os.path.join(self.cwd, 'test')
133+
self.dbpath = self.cwd if os.path.split(self.cwd)[1] == 'tests' \
134+
else os.path.join(self.cwd, 'tests')
135135
def clear_output(self) -> None:
136136
self.output.close()
137137
self.output = StringIO()

0 commit comments

Comments
 (0)