@@ -1325,11 +1325,12 @@ def tk_window_focus():
13251325    'matplotlib.tests.test_basic' ,
13261326    'matplotlib.tests.test_bbox_tight' ,
13271327    'matplotlib.tests.test_cbook' ,
1328+     'matplotlib.tests.test_coding_standards' ,
13281329    'matplotlib.tests.test_collections' ,
13291330    'matplotlib.tests.test_colorbar' ,
13301331    'matplotlib.tests.test_colors' ,
13311332    'matplotlib.tests.test_compare_images' ,
1332-     'matplotlib.tests.test_contour' ,
1333+     'matplotlib.tests.test_contour' ,t 
13331334    'matplotlib.tests.test_dates' ,
13341335    'matplotlib.tests.test_delaunay' ,
13351336    'matplotlib.tests.test_figure' ,
@@ -1386,9 +1387,10 @@ def test(verbosity=1):
13861387        # a list. 
13871388        multiprocess ._instantiate_plugins  =  [KnownFailure ]
13881389
1389-         success  =  nose .run ( defaultTest = default_test_modules ,
1390-                             config = config ,
1391-                             )
1390+         success  =  nose .run (
1391+             defaultTest = default_test_modules ,
1392+             config = config ,
1393+         )
13921394    finally :
13931395        if  old_backend .lower () !=  'agg' :
13941396            use (old_backend )
0 commit comments