##// END OF EJS Templates
Disable autocall for prefilter test
Thomas Kluyver -
Show More
@@ -28,6 +28,7 b' def test_prefilter_shadowed():'
28 28
29 29 prev_automagic_state = ip.automagic
30 30 ip.automagic = True
31 ip.autocall = 0
31 32
32 33 try:
33 34 # These should not be transformed - they are shadowed by other names
General Comments 0
You need to be logged in to leave comments. Login now