Closed epogrebnyak closed 7 years ago
@tinivir - can you see if we can setup Travis for this project?
I deploy travis to master now with tests. But config it only for dev. Also update tests #15
@tinivir - can you put little Travis badge in README.md ?
As a closing remark - manage.py test
runs tests smoothly for django, but hides what tests are run. This way we do not see mcuh what is covered. Maybe there is a more verboe output for this command.
pytest sees no tests right away. for Travis to work we need:
.test_client()
method. Anythign similar in Django?