Skip to content

Commit 7f353c4

Browse files
committed
Cleanup local directory
Signed-off-by: attafosu <thomas.atta-fosu@intel.com>
1 parent fe4ea31 commit 7f353c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DATASET_PRESET_TESTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ example_test_preset_transforms()
274274

275275
### Test import errors
276276
```bash
277-
# Ensure endpoints-repo is in PYTHONPATH
278-
export PYTHONPATH=/home/sdp/tattafos/endpoints-repo/src:$PYTHONPATH
277+
# Ensure src directory is in PYTHONPATH (from repo root)
278+
export PYTHONPATH=./src:$PYTHONPATH
279279
pytest tests/unit/dataset_manager/test_dataset_presets.py
280280
```
281281

0 commit comments

Comments
 (0)