diff options
author | Jason Pellerin <jpellerin@gmail.com> | 2007-07-19 20:20:39 +0000 |
---|---|---|
committer | Jason Pellerin <jpellerin@gmail.com> | 2007-07-19 20:20:39 +0000 |
commit | 975d3d0889a9414fdc615de410bd9900ff5bb386 (patch) | |
tree | 0328db9f75047a13dc7858176d80c1f5209d34f6 /unit_tests | |
parent | 729315a0d5102955f1fe08af011730c01805752e (diff) | |
download | nose-975d3d0889a9414fdc615de410bd9900ff5bb386.tar.gz |
Merged 0.10.0-stable [266]:[282] into trunk.
Diffstat (limited to 'unit_tests')
-rw-r--r-- | unit_tests/test_issue_064.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unit_tests/test_issue_064.py b/unit_tests/test_issue_064.py new file mode 100644 index 0000000..5bf1ca8 --- /dev/null +++ b/unit_tests/test_issue_064.py @@ -0,0 +1,2 @@ +def test_is_generator_alias(): + from nose.util import is_generator, isgenerator |