From b5cb963ae1835dcd47a188fa07e548ef2847af26 Mon Sep 17 00:00:00 2001 From: Demetris Roumis Date: Thu, 29 Aug 2024 08:16:58 -0700 Subject: [PATCH] fix name of test_data dir in contrib docs (#419) --- doc/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing.md b/doc/contributing.md index e39606c2e..fdc83c646 100644 --- a/doc/contributing.md +++ b/doc/contributing.md @@ -136,7 +136,7 @@ declare testing dependencies, you can do so by extending the default dependencie Projects that download data must provide a test dataset that is a reduced version of their full dataset, which should be small enough to be committed to the repository. These datasets must be -saved in the `testdata` folder in a folder named as the project. When the system will test your project, +saved in the `test_data` folder in a folder named as the project. When the system will test your project, it will move your test data to the right place, i.e. your datasets to the `data/` subfolder and will replace your Intake catalog. This step allows automated tests to be run in a practical way, exercising all of the example's functionality but on a feasible subset of the data involved.