Created
March 1, 2011 20:10
-
-
Save jhannah/849790 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jhannah@Jay-Hannahs-iMac:~/src/sandbox/jsteele$ ls -al | |
| total 16 | |
| drwxr-xr-x 4 jhannah staff 136 Mar 1 14:09 . | |
| drwxr-xr-x 40 jhannah staff 1360 Mar 1 14:08 .. | |
| -rw-r--r-- 1 jhannah staff 464 Mar 1 14:09 MTAPdatabase_test | |
| -rwxr-xr-x 1 jhannah staff 43 Mar 1 14:09 run.sh | |
| jhannah@Jay-Hannahs-iMac:~/src/sandbox/jsteele$ python -m unittest -v MTAPdatabase_test | |
| Traceback (most recent call last): | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 121, in _run_module_as_main | |
| "__main__", fname, loader, pkg_name) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 34, in _run_code | |
| exec code in run_globals | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 872, in <module> | |
| main(module=None) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 816, in __init__ | |
| self.parseArgs(argv) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 843, in parseArgs | |
| self.createTests() | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 849, in createTests | |
| self.module) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 613, in loadTestsFromNames | |
| suites = [self.loadTestsFromName(name, module) for name in names] | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 576, in loadTestsFromName | |
| module = __import__('.'.join(parts_copy)) | |
| ImportError: No module named MTAPdatabase_test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment