ranger/orm/tests/unit/test_units.py
Nicholas Jones 77341ef4b7 Set up tox to run unit tests
Makes changes to tox configuration so unit tests can be run in the py27
environment.

Change-Id: I4867dfbdf180e6f84ca178b0770a3a3ae0ce32bf
2017-08-09 12:44:14 -05:00

8 lines
113 B
Python

from unittest import TestCase
class TestUnits(TestCase):
def test_units(self):
assert 5 * 5 == 25