Skip to content

Extract shared validation utilities#80

Open
letrquan wants to merge 1 commit into
ApexOpsStudio:mainfrom
letrquan:extract-validation-utils
Open

Extract shared validation utilities#80
letrquan wants to merge 1 commit into
ApexOpsStudio:mainfrom
letrquan:extract-validation-utils

Conversation

@letrquan
Copy link
Copy Markdown

Summary

  • Move shared task file path resolution into utils.paths.
  • Move validation helpers into utils.validation.
  • Update commands and tests to use the shared utilities without behavior changes.

Validation

  • python -m py_compile task.py test_task.py commands/add.py commands/done.py commands/list.py utils/init.py utils/paths.py utils/validation.py
  • HOME="$PWD/.tmp-home" python task.py add "Refactor validation"
  • HOME="$PWD/.tmp-home" python task.py list
  • HOME="$PWD/.tmp-home" python task.py done 1

/claim #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant