summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-11-19 19:29:18 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-11-19 19:29:18 -0500
commit02f21ffcf366da406795334d2fc6908a2f3c9b2f (patch)
treef3f92d882667d7133f9e623335134dd4dc59a5b0 /test/aaa_profiling
parent63508b82cd5710c660383bcac5fcfd3bb6af83c1 (diff)
downloadsqlalchemy-02f21ffcf366da406795334d2fc6908a2f3c9b2f.tar.gz
- The :class:`.RowProxy` object is now sortable in Python as a regular
tuple is; this is accomplished via ensuring tuple() conversion on both sides within the ``__eq__()`` method as well as the addition of a ``__lt__()`` method. [ticket:2848]
Diffstat (limited to 'test/aaa_profiling')
-rw-r--r--test/aaa_profiling/test_resultset.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py
index bbd8c4dba..d2f8c2256 100644
--- a/test/aaa_profiling/test_resultset.py
+++ b/test/aaa_profiling/test_resultset.py
@@ -53,6 +53,7 @@ class ResultSetTest(fixtures.TestBase, AssertsExecutionResults):
c1 in row
go()
+
class ExecutionTest(fixtures.TestBase):
def test_minimal_connection_execute(self):