Mercurial > hgsubversion
comparison tests/comprehensive/test_updatemeta.py @ 1085:48379ebd2763
tests: unbreak running test_updatemeta individually
| author | David Schleimer <dschleimer@fb.com> |
|---|---|
| date | Thu, 05 Sep 2013 10:51:58 -0700 |
| parents | cd256960b622 |
| children | cd0d14e25757 |
comparison
equal
deleted
inserted
replaced
| 1084:ca36d5915dc7 | 1085:48379ebd2763 |
|---|---|
| 1 import os | 1 import os |
| 2 import pickle | 2 import pickle |
| 3 import sys | |
| 3 import unittest | 4 import unittest |
| 4 | 5 |
| 5 # wrapped in a try/except because of weirdness in how | 6 # wrapped in a try/except because of weirdness in how |
| 6 # run.py works as compared to nose. | 7 # run.py works as compared to nose. |
| 7 try: | 8 try: |
