We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6155d commit fb499eaCopy full SHA for fb499ea
1 file changed
test/test_suite.py
@@ -2,6 +2,7 @@
2
from sqlalchemy.testing.suite import *
3
from sqlalchemy.testing.suite import ComponentReflectionTest as _ComponentReflectionTest
4
from sqlalchemy.testing.suite import ExceptionTest as _ExceptionTest
5
+from sqlalchemy.testing.suite import OrderByLabelTest as _OrderByLabelTest
6
7
from sqlalchemy import inspect
8
from sqlalchemy.testing import eq_
@@ -149,3 +150,13 @@ def inner():
149
150
inner
151
)
152
153
+
154
+class OrderByLabelTest(_OrderByLabelTest):
155
+ def test_group_by_composed(self):
156
+ """
157
+ Disable this for now
158
159
+ https://groups.google.com/forum/#!topic/sqlalchemy/r4X7ddN4rgA
160
161
+ pass
162
0 commit comments