comparison elpa/elpy-1.18.0/elpy/tests/__init__.py @ 175:56ea66d76309

elpy: version 1.18
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 14 Feb 2018 15:14:23 -0500
parents elpa/elpy-1.14.1/elpy/tests/__init__.py@c745e2cc79ee
children
comparison
equal deleted inserted replaced
174:bd5ad617c85a 175:56ea66d76309
1 """Unit tests for elpy."""
2
3 try:
4 import unittest2
5 import sys
6 sys.modules['unittest'] = unittest2
7 except:
8 pass