Tests for users API

This commit is contained in:
Arik Fraimovich
2015-08-02 14:59:25 +03:00
parent 470ec4924c
commit a11e100050
7 changed files with 114 additions and 29 deletions

View File

@@ -19,5 +19,5 @@ upload:
python bin/release_manager.py $(CIRCLE_SHA1) $(BASE_VERSION) $(FILENAME)
test:
nosetests --with-coverage --cover-package=redash tests/*.py
nosetests --with-coverage --cover-package=redash tests/
#cd rd_ui && grunt test