Skip to content
Snippets Groups Projects
Commit a604024d authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

Task LSMR-14: Functional test coverage of all models. Still missing some...

Task LSMR-14: Functional test coverage of all models. Still missing some checks for missing relations.
parent 51804eb3
No related branches found
No related tags found
1 merge request!87Lsmr epic
...@@ -113,8 +113,8 @@ class CopyReasonChoice(AbstractChoice): ...@@ -113,8 +113,8 @@ class CopyReasonChoice(AbstractChoice):
"""Defines the model and predefined list of possible CopyReasonChoice's for RunDraft and WorkRequestDraft. """Defines the model and predefined list of possible CopyReasonChoice's for RunDraft and WorkRequestDraft.
The items in the Choises class below are automagically populated into the database via a data migration.""" The items in the Choises class below are automagically populated into the database via a data migration."""
class Choices(Enum): class Choices(Enum):
TEMPLATE = "TEMPLATE" TEMPLATE = "template"
REPEATED = "REPEATED" REPEATED = "repeated"
# concrete models # concrete models
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment