diff options
author | Jason Pellerin <jpellerin@gmail.com> | 2007-04-10 22:24:16 +0000 |
---|---|---|
committer | Jason Pellerin <jpellerin@gmail.com> | 2007-04-10 22:24:16 +0000 |
commit | f9094d678e4faae9f8b38cfcb9a91ba17657184c (patch) | |
tree | a015d7a7e9a00aae774aaf9fb244e507798430d2 /unit_tests/test_utils.py | |
parent | 0b51b745c8040c36bb45a85570254bf78ece4547 (diff) | |
download | nose-f9094d678e4faae9f8b38cfcb9a91ba17657184c.tar.gz |
Fixed some failing imports in tests
Diffstat (limited to 'unit_tests/test_utils.py')
-rw-r--r-- | unit_tests/test_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_tests/test_utils.py b/unit_tests/test_utils.py index 724075f..09ff573 100644 --- a/unit_tests/test_utils.py +++ b/unit_tests/test_utils.py @@ -54,6 +54,7 @@ class TestUtils(unittest.TestCase): # converted into 3-tuples (file, module, callable) # all terms optional test_address = util.test_address + absfile = util.absfile class Foo: def bar(self): pass |