Skip to content

Instantly share code, notes, and snippets.

@fperez
Created May 31, 2012 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fperez/2840307 to your computer and use it in GitHub Desktop.
Save fperez/2840307 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.054s
OK
..................................................................................................................................................................................................S..............................S............................................................K.........
----------------------------------------------------------------------
Ran 296 tests in 15.255s
OK (KNOWNFAIL=1, SKIP=2)
..E...E
======================================================================
ERROR: Failure: ImportError (No module named numpy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/failure.py", line 37, in runTest
raise self.exc_class(self.exc_val).with_traceback(self.tb)
File "/usr/lib/python3/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/extensions/rmagic.py", line 18, in <module>
import numpy as np
ImportError: No module named numpy
======================================================================
ERROR: Failure: ImportError (No module named numpy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/failure.py", line 37, in runTest
raise self.exc_class(self.exc_val).with_traceback(self.tb)
File "/usr/lib/python3/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/extensions/tests/test_rmagic.py", line 1, in <module>
import numpy as np
ImportError: No module named numpy
----------------------------------------------------------------------
Ran 7 tests in 6.365s
FAILED (errors=2)
.........
----------------------------------------------------------------------
Ran 9 tests in 1.878s
OK
........S.......SS......
----------------------------------------------------------------------
Ran 24 tests in 2.449s
OK (SKIP=3)
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
.........................S..S......................S
----------------------------------------------------------------------
Ran 52 tests in 0.041s
OK (SKIP=3)
.................................................................SS...S............S............S..S..............................................S.........S..................................................
----------------------------------------------------------------------
Ran 207 tests in 1.161s
OK (SKIP=8)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.032s
OK
.........................
----------------------------------------------------------------------
Ran 25 tests in 10.246s
OK
...............................................................................................S........S...S......S............K.S.....K.........SS......S
----------------------------------------------------------------------
Ran 155 tests in 41.343s
OK (KNOWNFAIL=2, SKIP=8)
**********************************************************************
IPython test group: IPython.config
**********************************************************************
IPython test group: IPython.core
**********************************************************************
IPython test group: IPython.extensions
**********************************************************************
IPython test group: IPython.frontend
**********************************************************************
IPython test group: IPython.lib
**********************************************************************
IPython test group: IPython.scripts
**********************************************************************
IPython test group: IPython.testing
**********************************************************************
IPython test group: IPython.utils
**********************************************************************
IPython test group: IPython.nbformat
**********************************************************************
IPython test group: IPython.zmq
**********************************************************************
IPython test group: IPython.parallel
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': 'd91c55d',
'commit_source': 'installation',
'ipython_path': '/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython',
'ipython_version': '0.13.dev',
'os_name': 'posix',
'platform': 'Linux-3.2.0-24-generic-i686-with-Ubuntu-12.04-precise',
'sys_executable': '/home/fperez/.ipy_pr_tests/venv-python3.2/bin/python',
'sys_platform': 'linux2',
'sys_version': '3.2.3 (default, May 3 2012, 15:54:42) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses pexpect sqlite3 zmq
Tools and libraries NOT available at test time:
matplotlib pygments pymongo qt tornado wx wx.aui
Ran 11 test groups in 93.286s
Status:
ERROR - 1 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.extensions
You may wish to rerun this one individually, with:
/home/fperez/.ipy_pr_tests/venv-python3.2/bin/python /home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/iptest.py IPython.extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment