Skip to content

Commit 3bdab2a

Browse files
committed
Revert the change for the test generator (will fix another day :-)
1 parent 33a6ad3 commit 3bdab2a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

numexpr/tests/test_numexpr.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -878,10 +878,11 @@ def method():
878878
expr == '(a+1) ** -1'):
879879
continue
880880

881-
make_test_method(a, a2, b, c, d, e, x,
882-
expr, test_scalar, dtype,
883-
optimization, exact,
884-
section_name)
881+
m = make_test_method(a, a2, b, c, d, e, x,
882+
expr, test_scalar, dtype,
883+
optimization, exact,
884+
section_name)
885+
yield m
885886

886887

887888
class test_int64(TestCase):

0 commit comments

Comments
 (0)