[Feature] Add migration registration tests #108

Closed
opened 2026-07-06 15:10:29 +02:00 by zemion · 1 comment
Owner

Imported from a backlog-like text file.

  • Source: /mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md
  • Line: 277
  • Source kind: product
  • Section: GovOPlaN Split Concept and Action Plan > Staged Refactor Plan > Phase 7: CI and Dependency Enforcement

Imported item:

Add migration registration tests.
<!-- codex-generic-backlog-fingerprint:c21be9ae44559bb0a2634c60 --> Imported from a backlog-like text file. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md` - Line: `277` - Source kind: `product` - Section: `GovOPlaN Split Concept and Action Plan > Staged Refactor Plan > Phase 7: CI and Dependency Enforcement` Imported item: ```text Add migration registration tests. ```
zemion added this to the Phase 7: CI and Dependency Enforcement milestone 2026-07-06 15:10:29 +02:00
zemion added the
type
feature
priority
p2
source/backlog-import
codex/ready
labels 2026-07-07 23:21:24 +02:00
zemion added the
status
triage
label 2026-07-08 02:44:56 +02:00
Author
Owner

Codex State: done

Migration registration coverage is present and passing.

Relevant coverage:

  • tests/test_module_system.py::ModuleSystemTests::test_module_migrations_are_registered_only_for_enabled_modules
  • verifies core-only has no module migration locations
  • verifies files-only registers only the files migration location
  • verifies the full enabled module set includes campaign, files, and mail migration locations

Verified with pytest tests/test_module_system.py -q.

## Codex State: done Migration registration coverage is present and passing. Relevant coverage: - `tests/test_module_system.py::ModuleSystemTests::test_module_migrations_are_registered_only_for_enabled_modules` - verifies core-only has no module migration locations - verifies files-only registers only the files migration location - verifies the full enabled module set includes campaign, files, and mail migration locations Verified with `pytest tests/test_module_system.py -q`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-core#108
No description provided.