diff options
| author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-03-30 00:33:10 +0100 |
|---|---|---|
| committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-03-30 00:33:10 +0100 |
| commit | de8b2cb28e722d8a926ba3336b2154914a83cb71 (patch) | |
| tree | b7ef4984832e4be40cf611c856ea801784b28a5e /pyflakes/test/test_doctests.py | |
| parent | ce216122a0115f537269a49f462895a70bef37ff (diff) | |
| download | pyflakes-de8b2cb28e722d8a926ba3336b2154914a83cb71.tar.gz | |
Restore correct behaviour of __future__ imports
Diffstat (limited to 'pyflakes/test/test_doctests.py')
| -rw-r--r-- | pyflakes/test/test_doctests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyflakes/test/test_doctests.py b/pyflakes/test/test_doctests.py index 86054e2..3a74304 100644 --- a/pyflakes/test/test_doctests.py +++ b/pyflakes/test/test_doctests.py @@ -230,6 +230,9 @@ class TestImports(_DoctestMixin, TestImports): def test_futureImport(self): """XXX This test can't work in a doctest""" + def test_futureImportUsed(self): + """XXX This test can't work in a doctest""" + class TestUndefinedNames(_DoctestMixin, TestUndefinedNames): |
