harser
harser copied to clipboard
Tests not running
When I try run the tests happens this:
marlysson@marlysson:~/Projetos/harser/tests$ python3 test_base.py
Traceback (most recent call last):
File "test_base.py", line 2, in <module>
from harser import Harser
Happens with python2 and python3.
Are you using relative imports?
you need nose
dev-requirements.txt
nosetests tests