summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devtools/README5
-rwxr-xr-xdevtools/test_json_validity.py (renamed from test_json_validity.py)0
2 files changed, 5 insertions, 0 deletions
diff --git a/devtools/README b/devtools/README
index 0d482055..ebed2da4 100644
--- a/devtools/README
+++ b/devtools/README
@@ -108,3 +108,8 @@ this itself now, so this script has a lot of dust on it.
Generate most of the code required to support a message type from
AIVDM message layout tables. Also, redo their bit offsets to be
conformant with field lengths.
+
+== test_json_validity.py ==
+
+Test a file full of lines containing GPSD-JSON reports to verify that each
+line is in fact well-formed JSON.
diff --git a/test_json_validity.py b/devtools/test_json_validity.py
index 7423c553..7423c553 100755
--- a/test_json_validity.py
+++ b/devtools/test_json_validity.py