##// END OF EJS Templates
Using better approach for skipping test if Cython no pres.
Brian Granger -
Show More
@@ -12,8 +12,8 b' code = """def f(x):'
12 12 try:
13 13 import Cython
14 14 except:
15 pass
16 else:
15 __test__ = False
16
17 17 def setup():
18 18 ip = get_ipython()
19 19 ip.extension_manager.load_extension('cythonmagic')
General Comments 0
You need to be logged in to leave comments. Login now