diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-03-27 17:19:00 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-03-27 17:19:00 -0400 |
| commit | 7b24e458c7523694ab07acb31b67d1c00e7a266a (patch) | |
| tree | e3f2319b6e9df82492ec9719bbfc2884b792a1a3 /test/base | |
| parent | 68a350d462b6840d6623a89565f8febf3a997830 (diff) | |
| download | sqlalchemy-7b24e458c7523694ab07acb31b67d1c00e7a266a.tar.gz | |
- move all the comments that got shoved below the fixture grabs back up
Diffstat (limited to 'test/base')
| -rw-r--r-- | test/base/test_events.py | 1 | ||||
| -rw-r--r-- | test/base/test_utils.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/base/test_events.py b/test/base/test_events.py index e6ce12501..96cda7cc9 100644 --- a/test/base/test_events.py +++ b/test/base/test_events.py @@ -119,6 +119,7 @@ class TestAcceptTargets(fixtures.TestBase): collection based on the type of target given. """ + def listen_one(x, y): pass diff --git a/test/base/test_utils.py b/test/base/test_utils.py index 981e912a6..ac66e7871 100644 --- a/test/base/test_utils.py +++ b/test/base/test_utils.py @@ -206,6 +206,7 @@ class FlattenIteratorTest(fixtures.TestBase): PyPy) is not interpreted as an iterable. """ + class IterString(str): def __iter__(self): return iter(self + '') |
