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

Skip to content

Commit e93c66a

Browse files
Test to see if test is correctly testing. (WIP)
1 parent b7b3f32 commit e93c66a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/matplotlib/tests/test_rcparams.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ def test_if_rctemplate_is_up_to_date():
452452
raise ValueError("The following params are missing " +
453453
"in the matplotlibrc.template file: {}"
454454
.format(missing.items()))
455+
assert False
455456

456457

457458
def test_if_rctemplate_would_be_valid():
@@ -485,3 +486,4 @@ def test_if_rctemplate_would_be_valid():
485486
#d1 = set(dic.keys())
486487
#d2 = set(matplotlib.defaultParams.keys())
487488
#print(d2-d1)
489+
assert False

0 commit comments

Comments
 (0)