Skip to content

[codex] Reject unsupported entry creation wrappers#250

Draft
Flerpharos wants to merge 1 commit into
mainfrom
codex/reject-unsupported-entry-create
Draft

[codex] Reject unsupported entry creation wrappers#250
Flerpharos wants to merge 1 commit into
mainfrom
codex/reject-unsupported-entry-create

Conversation

@Flerpharos

Copy link
Copy Markdown
Collaborator

Summary

  • reject unsupported fallback entry wrappers before creating entries
  • prevent internal sentinel part types from being sent to entries/add_entry
  • cover UnknownEntry, UnimplementedEntry, and WidgetEntry with no-API-call tests

Fixes #197

Validation

  • uv run --python 3.10 pytest --no-cov tests\entry\test_collection.py
  • uv run --python 3.10 pre-commit run --all-files
  • uv run --python 3.10 pre-commit run --all-files --hook-stage pre-push

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.

Entries.create can POST unsupported internal entry part types before failing

1 participant