Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7fde1fa

Browse filesBrowse files
committed
Mark make_all_2d_testfuncs as not a test
Nose considers any function containing '_test' as a test
1 parent b80563f commit 7fde1fa
Copy full SHA for 7fde1fa

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/tests/test_delaunay.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_delaunay.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def reference_test():
199199
for func in allfuncs:
200200
globals()['test_%s' % func.__name__] = make_test(func)
201201

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

204205
# 1d and 0d grid tests

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.