cubicweb/server/test/unittest_migractions.py
changeset 11292 ba81a528722b
parent 11291 7c565548fb09
child 11359 2da2dd60331c
equal deleted inserted replaced
11291:7c565548fb09 11292:ba81a528722b
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """unit tests for module cubicweb.server.migractions"""
    18 """unit tests for module cubicweb.server.migractions"""
    19 
    19 
       
    20 import os
    20 import os.path as osp
    21 import os.path as osp
    21 from datetime import date
    22 from datetime import date
    22 from contextlib import contextmanager
    23 from contextlib import contextmanager
    23 import tempfile
    24 import tempfile
    24 
    25