File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
from sqlalchemy .testing import engines
2
2
from sqlalchemy .testing import eq_
3
3
from sqlalchemy .testing import fixtures
4
-
5
4
from unittest .mock import call
6
5
from unittest .mock import Mock
7
6
Original file line number Diff line number Diff line change 26
26
27
27
28
28
class CompileTest (fixtures .TablesTest , AssertsCompiledSQL ):
29
-
30
29
__dialect__ = FBDialect_fdb ()
31
30
32
31
def test_alias (self ):
Original file line number Diff line number Diff line change 13
13
14
14
15
15
class MiscTest (fixtures .TestBase ):
16
-
17
16
__only_on__ = "firebird"
18
17
19
18
@testing .provide_metadata
Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ def test_standalone_bindparam_escape_expanding(self):
158
158
159
159
"""
160
160
return
161
-
161
+
162
162
163
163
# class ExpandingBoundInTest(_ExpandingBoundInTest):
164
- # @testing.skip("firebird")
165
- # def test_null_in_empty_set_is_false(self):
166
- # # TODO: investigate why this formerly working test now fails
167
- # return
164
+ # @testing.skip("firebird")
165
+ # def test_null_in_empty_set_is_false(self):
166
+ # # TODO: investigate why this formerly working test now fails
167
+ # return
168
168
169
169
170
170
class IdentityAutoincrementTest (_IdentityAutoincrementTest ):
You can’t perform that action at this time.
0 commit comments