##// END OF EJS Templates
Commiting fixes for running our test suite using trial and nose....
Commiting fixes for running our test suite using trial and nose. We are moving towards a model that allows trial and nose to each run different parts of our test suite. I have added __test__ = {} to modules that nose should skip. I have added new decorators that trial can use to skip tests. See this ticket for more information: https://bugs.launchpad.net/bugs/362142
Brian Granger -
r1963:c3537344
Show More
Name Size Modified Last Commit Author
/ IPython / kernel / core / tests
__init__.py Loading ...
test_interpreter.py Loading ...
test_notification.py Loading ...
test_redirectors.py Loading ...