emacs.d/elpa/elpy-20200202.2031/elpy/tests/__init__.py

9 lines
126 B
Python
Raw Normal View History

2019-11-23 09:10:03 +01:00
"""Unit tests for elpy."""
try:
import unittest2
import sys
sys.modules['unittest'] = unittest2
except:
pass