view elpa/elpy-1.14.1/elpy/tests/__init__.py @ 156:c745e2cc79ee

elpy: update along with direct deps
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 27 Feb 2017 12:17:38 -0500
parents elpa/elpy-1.12.0/elpy/tests/__init__.py@55ceabc58fcc
children
line wrap: on
line source

"""Unit tests for elpy."""

try:
    import unittest2
    import sys
    sys.modules['unittest'] = unittest2
except:
    pass