Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f80fb74

Browse files
committed
Remove duplicates in test_subplots
1 parent f31d7c4 commit f80fb74

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

lib/matplotlib/tests/test_subplots.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,6 @@ def test_subplots_offsettext():
129129
axes[1, 1].plot(y, x)
130130

131131

132-
@cleanup
133-
def test_subplots():
134-
# things to test
135-
# - are axes actually shared?
136-
# - are tickmarks correctly hidden?
137-
test_shared()
138-
# - are exceptions thrown correctly
139-
test_exceptions()
140-
141-
142132
if __name__ == "__main__":
143133
import nose
144134
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)

0 commit comments

Comments
 (0)