Skip to content

Commit 9b9ab0a

Browse files
committed
Backport unittests2 for python 2.6 compatibility
1 parent 79b9f1a commit 9b9ab0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
unittest2
12
mock

vdebugtests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import unittest
1+
import unittest2 as unittest
22
import sys
33

44
sys.path.append('tests')

0 commit comments

Comments
 (0)