Commit 217149a461b93f8bdbb7642b995d3f3983ab2f50

Authored by Microaster
1 parent 2e449988
Exists in master and in 1 other branch dev

nouveau script windows + debug mineur

src/fixtures/alert_mgr_test.json
... ... @@ -358,8 +358,7 @@
358 358 "grb_error": null,
359 359 "def_not_grb": false,
360 360 "editor": null,
361   - "flag": null,
362   - "idgcn_notice": null
  361 + "flag": null
363 362 }
364 363 },{
365 364 "model": "pyrosapp.request",
... ...
src/scripts/test_all_usual.bat 0 → 100644
... ... @@ -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
... ...