-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Summary
The repository has been reorganized with a new directory structure. GitHub Actions workflows in .github/workflows/ need to be updated to reflect these changes.
Changes Required
File Path Updates
- Python files moved from root to
src/imageset_generator/ - Tests moved from root to
tests/unit/andtests/smoke/ - Shell scripts moved to
scripts/ - Documentation moved to
docs/
Specific Workflow Updates
- test.yml: Update pytest paths and PYTHONPATH
- quality.yml: Update linting/formatting paths
- container.yml: Verify Containerfile changes work
- security.yml: Update scanning paths
Test Command Changes
# Old
pytest test_*.py
# New
PYTHONPATH=src pytest tests/Context
This was identified during the repo-reorg-cleanup work to keep the PR focused on structural changes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels