You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,8 @@ More info about the 25 tests : [questionnaire_unit_test.md](./questionnaire_unit
70
70
\
71
71
**Explanation**
72
72
73
-
In [questionnaire_unit_test.py](./questionnaire_unit_test.py), ```load_json_argv()``` is the entry point.\
73
+
In [questionnaire_unit_test.py](./questionnaire_unit_test.py), ```load_json_argv()``` is the entry point.
74
+
74
75
It receives ```sys.argv```, validates that there is exactly one ```.json``` argument. detects whether it is a ```URL``` or a local ```file```, and delegates to ```load_json_data_from_URL()``` or ```load_json_data_from_file()```.
75
76
76
77
It always returns a tuple ```(json_data, file_path)```.
0 commit comments