From 450e32e4b5b27b4f084e230c6e7ac31d969e0f80 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Sat, 9 Mar 2024 15:57:29 +0100 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 453d4d54d..795bacaf0 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,12 @@ Pull artifacts if they're not in [tests/data](tests/data) git lfs pull ``` +When adding a new dataset, mock it with +``` +python tests/scripts/mock_dataset.py --in-data-dir data/ --out-data-dir tests/data/ +``` + +Run tests ``` DATA_DIR="tests/data" pytest -sx tests ```