Commit 217149a461b93f8bdbb7642b995d3f3983ab2f50
1 parent
2e449988
Exists in
master
and in
1 other branch
nouveau script windows + debug mineur
Showing
2 changed files
with
10 additions
and
2 deletions
Show diff stats
src/fixtures/alert_mgr_test.json
... | ... | @@ -0,0 +1,9 @@ |
1 | +REM Launches all the tests not needing comet or celery | |
2 | + | |
3 | +REM Moves into the PYROS\src directory | |
4 | + | |
5 | +cd %~dp0% | |
6 | +cd .. | |
7 | + | |
8 | +call ../private/venv_py35_pyros/Scripts/activate | |
9 | +python manage.py test pyrosapp common scheduler routine_manager user_manager alert_manager.tests.TestStrategyChange | ... | ... |