From a1d4f2aeb1423fe4211c2d112806fda9622d6f2c Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 11 Apr 2023 23:29:58 +0200
Subject: [PATCH] Create tests `n_dates_1` and `n_dates_14`

I had the directories `n_dates_1` and `n_dates_14`, but they did not
evolve with the code and there was not much traceability.
---
 Inst_eddies/Tests/test_output.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/Inst_eddies/Tests/test_output.json b/Inst_eddies/Tests/test_output.json
index d725e511..6f8a4a0c 100644
--- a/Inst_eddies/Tests/test_output.json
+++ b/Inst_eddies/Tests/test_output.json
@@ -1,4 +1,22 @@
 {
+    "n_dates_1":
+    {
+	"command":
+	[
+	    "$src_dir/Inst_eddies/Analysis/write_date_range.py",
+	    "$PWD/Global_1993_2021/SHPC", "SHPC", "20454"
+	],
+	"description": "Only useful as input to other tests."
+    },
+    "n_dates_14":
+    {
+	"command":
+	[
+	    "$src_dir/Inst_eddies/Analysis/write_date_range.py",
+	    "$PWD/Global_1993_2021/SHPC", "SHPC", "20454", "-n", "14"
+	],
+	"description": "Only useful as input to other tests."
+    },
     "Medium_mix": {
 	"description": "Append to medium-sized SHPC, mixing output to the three shapefiles.",
 	"input": "&main_nml /\n",
-- 
GitLab