From 27ee2752a71ee415154c40e1978edb9d5221a331 2012-04-17 18:49:59 From: Bradley M. Froehle Date: 2012-04-17 18:49:59 Subject: [PATCH] Reformat test to a standard style. --- diff --git a/IPython/lib/tests/test_deepreload.py b/IPython/lib/tests/test_deepreload.py index af2e444..c994c98 100644 --- a/IPython/lib/tests/test_deepreload.py +++ b/IPython/lib/tests/test_deepreload.py @@ -1,8 +1,17 @@ +# -*- coding: utf-8 -*- """Test suite for the deepreload module.""" +#----------------------------------------------------------------------------- +# Imports +#----------------------------------------------------------------------------- + from IPython.testing import decorators as dec from IPython.lib.deepreload import reload as dreload +#----------------------------------------------------------------------------- +# Test functions begin +#----------------------------------------------------------------------------- + @dec.skipif_not_numpy def test_deepreload_numpy(): import numpy