9393 source venv_test/bin/activate
9494 export _GRID2OP_FORCE_TEST=1
9595 cd grid2op/tests/
96- python -m unittest -v test_Agent test_AgentsFast test_recopowerlineperarea
96+ python -m unittest -v test_Agent test_AgentsFast test_recopowerlineperarea test_Opponent test_baseline_alert
9797
9898 test_converter :
9999 executor : grid2op-executor
@@ -168,8 +168,8 @@ jobs:
168168 source venv_test/bin/activate
169169 export _GRID2OP_FORCE_TEST=1
170170 cd grid2op/tests/
171- python -m unittest -v test_attached_envs test_attached_envs_compat test_l2rpn_idf_2023 test_MultiMix test_timeOutEnvironment test_MaskedEnvironment test_MakeEnv test_multi_steps_env test_simenv_blackout test_get_default_env_kwargs
172-
171+ python -m unittest -v test_attached_envs test_attached_envs_compat test_l2rpn_idf_2023 test_MultiMix test_timeOutEnvironment test_MaskedEnvironment test_MakeEnv test_multi_steps_env test_simenv_blackout test_get_default_env_kwargs test_Environment test_EnvironmentCpy test_generate_classes test_basic_env_ls
172+
173173 test_alert_alarm :
174174 executor : grid2op-executor
175175 resource_class : small
@@ -195,6 +195,54 @@ jobs:
195195 cd grid2op/tests/
196196 python -m unittest -v test_AlarmFeature test_alert_gym_compat test_alert_obs_act test_alert_trust_score test_AlertReward
197197
198+ test_time_series :
199+ executor : grid2op-executor
200+ resource_class : small
201+ steps :
202+ - checkout
203+ - run : apt-get update -y
204+ - run : python -m pip install virtualenv
205+ - run : python -m virtualenv venv_test
206+ - run :
207+ command : |
208+ source venv_test/bin/activate
209+ pip install -U pip setuptools wheel
210+ - run :
211+ command : |
212+ source venv_test/bin/activate
213+ pip install -e .[test]
214+ pip freeze
215+ - run :
216+ command : |
217+ source venv_test/bin/activate
218+ export _GRID2OP_FORCE_TEST=1
219+ cd grid2op/tests/
220+ python -m unittest -v test_ts_handlers test_ChronicsHandler test_env_from_episode
221+
222+ test_backend :
223+ executor : grid2op-executor
224+ resource_class : small
225+ steps :
226+ - checkout
227+ - run : apt-get update -y
228+ - run : python -m pip install virtualenv
229+ - run : python -m virtualenv venv_test
230+ - run :
231+ command : |
232+ source venv_test/bin/activate
233+ pip install -U pip setuptools wheel
234+ - run :
235+ command : |
236+ source venv_test/bin/activate
237+ pip install -e .[test]
238+ pip freeze
239+ - run :
240+ command : |
241+ source venv_test/bin/activate
242+ export _GRID2OP_FORCE_TEST=1
243+ cd grid2op/tests/
244+ python -m unittest -v test_ts_handlers test_basicBackendInterface test_action_set_orig_state test_PandaPowerBackendDefaultFunc test_PandaPowerBackend test_BackendAction
245+
198246 test_issue :
199247 executor : grid2op-executor
200248 resource_class : small
@@ -602,6 +650,7 @@ workflows:
602650 - test_env_general
603651 - test_alert_alarm
604652 - test_issue
653+ - test_time_series
605654 - legacy_lightsim_old_pp
606655 - legacy_lightsim
607656 - test_chronix2grid
0 commit comments