##// END OF EJS Templates
Removed some tabs and added a new way of skipping tests that have...
Removed some tabs and added a new way of skipping tests that have missing dependencies. Previously, we were skipping tests in a hackish way if something was missing (like Twisted). Now we do the following:: try: import twisted except ImportError: import nose raise nose.SkipTest("Twisted is required for this test") This method should be used for all IPython tests that have dependencies.
Brian Granger -
r1555:ea082057
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / cocoa / examples / IPython1Sandbox
English.lproj
IPython1Sandbox.xcodeproj
IPython1SandboxAppDelegate.py Loading ...
IPython1Sandbox_Prefix.pch Loading ...
IPythonCocoaController Tests-Info.plist Loading ...
Info.plist Loading ...
main.m Loading ...
main.py Loading ...