##// 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 try:
12 try:
13 import Cython
13 import Cython
14 except:
14 except:
15 pass
15 __test__ = False
16 else:
16
17 def setup():
17 def setup():
18 ip = get_ipython()
18 ip = get_ipython()
19 ip.extension_manager.load_extension('cythonmagic')
19 ip.extension_manager.load_extension('cythonmagic')
General Comments 0
You need to be logged in to leave comments. Login now