comparison tests/comprehensive/test_verify_and_startrev.py @ 1133:ff4e102932ed

tests: use util.load instead of bare pickle
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 17 Feb 2014 11:25:36 -0600
parents cd0d14e25757
children c6b01fd34694
comparison
equal deleted inserted replaced
1132:0a55d7c9a071 1133:ff4e102932ed
1 import os 1 import os
2 import pickle
3 import sys 2 import sys
4 import unittest 3 import unittest
5 4
6 # wrapped in a try/except because of weirdness in how 5 # wrapped in a try/except because of weirdness in how
7 # run.py works as compared to nose. 6 # run.py works as compared to nose.