File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11from sqlalchemy .testing import engines
22from sqlalchemy .testing import eq_
33from sqlalchemy .testing import fixtures
4-
54from unittest .mock import call
65from unittest .mock import Mock
76
Original file line number Diff line number Diff line change 2626
2727
2828class CompileTest (fixtures .TablesTest , AssertsCompiledSQL ):
29-
3029 __dialect__ = FBDialect_fdb ()
3130
3231 def test_alias (self ):
Original file line number Diff line number Diff line change 1313
1414
1515class MiscTest (fixtures .TestBase ):
16-
1716 __only_on__ = "firebird"
1817
1918 @testing .provide_metadata
Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ def test_standalone_bindparam_escape_expanding(self):
158158
159159 """
160160 return
161-
161+
162162
163163# 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
168168
169169
170170class IdentityAutoincrementTest (_IdentityAutoincrementTest ):
You can’t perform that action at this time.
0 commit comments