Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make_all_2d_testfuncs
1 parent b80563f commit 7fde1faCopy full SHA for 7fde1fa
1 file changed
lib/matplotlib/tests/test_delaunay.py
@@ -199,6 +199,7 @@ def reference_test():
199
for func in allfuncs:
200
globals()['test_%s' % func.__name__] = make_test(func)
201
202
+make_all_2d_testfuncs.__test__ = False # nose: this function is not a test
203
make_all_2d_testfuncs()
204
205
# 1d and 0d grid tests
0 commit comments