Skip to content

Commit df535c2

Browse files
Fixed comments on the test scripts
1 parent d33abd5 commit df535c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/python_testing/execute_python_tests.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ def main(search_directory, env_file):
6060
"TC_CCTRL_2_1.py", # They rely on example applications that inter-communicate and there is no example app that works right now
6161
"TC_CCTRL_2_2.py", # They rely on example applications that inter-communicate and there is no example app that works right now
6262
"TC_CCTRL_2_3.py", # They rely on example applications that inter-communicate and there is no example app that works right now
63-
"TC_DGGEN_3_2.py", # Unit test/shared code of src/python_testing/test_testing/test_TC_DGGEN_3_2.py
63+
"TC_DGGEN_3_2.py", # src/python_testing/test_testing/test_TC_DGGEN_3_2.py is the Unit test of this test
6464
"TC_EEVSE_Utils.py", # Shared code for TC_EEVSE, not a standalone test
6565
"TC_ECOINFO_2_1.py", # They rely on example applications that inter-communicate and there is no example app that works right now
6666
"TC_ECOINFO_2_2.py", # They rely on example applications that inter-communicate and there is no example app that works right now
6767
"TC_EWATERHTRBase.py", # Shared code for TC_EWATERHTR, not a standalone test
6868
"TC_EnergyReporting_Utils.py", # Shared code for TC_EEM and TC_EPM, not a standalone test
6969
"TC_OpstateCommon.py", # Shared code for TC_OPSTATE, not a standalone test
70-
"TC_pics_checker.py", # Unit test/shared code of src/python_testing/test_testing/test_IDM_10_4.py
71-
"TC_TMP_2_1.py", # Unit test/shared code of src/python_testing/test_testing/test_TC_TMP_2_1.py
70+
"TC_pics_checker.py", # Currently isn't enabled because we don't have any examples with conformant PICS
71+
"TC_TMP_2_1.py", # src/python_testing/test_testing/test_TC_TMP_2_1.py is the Unit test of this test
7272
"TC_MCORE_FS_1_1.py", # This test requires a TH_SERVER application, hence not ready run with CI
7373
"TC_MCORE_FS_1_2.py", # This test requires a TH_SERVER application, hence not ready run with CI
7474
"TC_MCORE_FS_1_3.py", # This test requires a TH_SERVER application, hence not ready run with CI

0 commit comments

Comments
 (0)