Skip to content

Commit

Permalink
Merge pull request #6867 from Kojoley/mark-make_all_2d_testfuncs-as-n…
Browse files Browse the repository at this point in the history
…ot-a-test

Mark `make_all_2d_testfuncs` as not a test
  • Loading branch information
dopplershift committed Jul 31, 2016
2 parents b80563f + 7fde1fa commit 88ce601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/tests/test_delaunay.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def reference_test():
for func in allfuncs:
globals()['test_%s' % func.__name__] = make_test(func)

make_all_2d_testfuncs.__test__ = False # nose: this function is not a test
make_all_2d_testfuncs()

# 1d and 0d grid tests
Expand Down

0 comments on commit 88ce601

Please sign in to comment.