Commit Graph

13 Commits

Author SHA1 Message Date
Valentin Samir 63621bd26e Use pip for make install, it allow us to easily uninstall
do not install any dependancy, as setup.py install would do
2016-06-29 08:43:11 +02:00
Valentin Samir abda112467 Begin to split tests, Makefile less phony, use py.test 2016-06-29 08:22:52 +02:00
Valentin Samir bab79c4de5 More unit tests (essentially for the login view) and some docstrings 2016-06-27 23:55:17 +02:00
Valentin Samir 173f4d8a82 Omit django migrations in coverage 2016-06-26 10:55:08 +02:00
Valentin Samir 23bbd8080a Codacy badges and coverage 2016-06-26 10:41:15 +02:00
Valentin Samir 269cfb463b Add coverage to Makefile 2016-06-25 11:26:56 +02:00
Valentin Samir 155a919287 Update Makefile to setup more easily the test env 2016-06-19 13:18:32 +02:00
Valentin Samir d5aab8411a Get version in Makefile directly from setup.py 2015-12-23 14:41:31 +01:00
Valentin Samir cafc7fa1e3 Use locally build package when make test virtualenv 2015-12-18 13:31:13 +01:00
Valentin Samir d213a496a3 Modular clean targets 2015-12-18 11:35:18 +01:00
Valentin Samir 8e27684440 Use virtualenv python binary then using management commant in run_test_server 2015-12-17 19:04:41 +01:00
Valentin Samir e832a93b39 Add a run_test_server target to make file
running make run_test_server will build a virtualenv, create a django projet
with django-cas-server and lauch ./management.py runserver
2015-12-17 14:44:06 +01:00
Valentin Samir 9fbfe19c55 Add static files, templates and locales 2015-12-12 14:28:19 +01:00