harser icon indicating copy to clipboard operation
harser copied to clipboard

Tests not running

Open Marlysson opened this issue 8 years ago • 2 comments

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?

Marlysson avatar Dec 03 '16 22:12 Marlysson

you need nose

dev-requirements.txt

nosetests tests

duoduo369 avatar Dec 29 '16 09:12 duoduo369