We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4ea31 commit 7f353c4Copy full SHA for 7f353c4
DATASET_PRESET_TESTING.md
@@ -274,8 +274,8 @@ example_test_preset_transforms()
274
275
### Test import errors
276
```bash
277
-# Ensure endpoints-repo is in PYTHONPATH
278
-export PYTHONPATH=/home/sdp/tattafos/endpoints-repo/src:$PYTHONPATH
+# Ensure src directory is in PYTHONPATH (from repo root)
+export PYTHONPATH=./src:$PYTHONPATH
279
pytest tests/unit/dataset_manager/test_dataset_presets.py
280
```
281
0 commit comments