Strider-CD / strider-python

Python/Pyramid/Django support for Strider Continuous Deployment
6 stars 9 forks source link

Test Django application #15

Open abusquets opened 7 years ago

abusquets commented 7 years ago

I know that is possible make Makefile file with make test command but to test a Django aplication the command is python manage.py test

knownasilya commented 7 years ago

You can add that by modifying here: https://github.com/Strider-CD/strider-python/blob/master/config/config.html#L16 and here: https://github.com/Strider-CD/strider-python/blob/master/webapp.js#L10