Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| #!/bin/sh | |
| # Requirements: `pip install nose coverage` | |
| # ЗАМЕНИТЬ | |
| # <pymodule_name> - название python-модуля для прогона тестов | |
| # <tests_dirname> - название папки где храним тесты | |
| # <webserver_adderss> - поднимаем на dev-машине вебсервер и путь отдает статику по этому имени из /tmp/coverage | |
| # ... | |
| # PROFIT! |