Report: Configure 1901.1.13
[csit.git] / docs / test_code_guidelines.rst
index 51a99f0..24544b9 100644 (file)
@@ -284,7 +284,7 @@ and unrelated ones such as PAL) if there are any (in addition to library ones).
 
   + It is NOT RECOMMENDED to use hard-coded constants (e.g. numbers,
     paths without any description). It is RECOMMENDED to use
-    configuration file(s), like /csit/resources/libraries/python/constants.py,
+    configuration file(s), like /csit/resources/libraries/python/Constants.py,
     with appropriate comments.
 
   + The code SHALL log at the lowest possible level of implementation,
@@ -319,4 +319,4 @@ and unrelated ones such as PAL) if there are any (in addition to library ones).
 Bash scripts and libraries
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-TODO: Link here when document for this is ready.
+TODO: Link or copy the bash_code_style.rst document here.