update readme

This commit is contained in:
Simon Alibert
2024-03-09 15:57:29 +01:00
parent 0da85b2cef
commit 450e32e4b5

View File

@@ -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/<dataset_id> --out-data-dir tests/data/<dataset_id>
```
Run tests
```
DATA_DIR="tests/data" pytest -sx tests
```