(cls, name="mv almnt")
| 743 | # Move Data |
| 744 | @classmethod |
| 745 | def setup_move_ailment_data(cls, name="mv almnt"): |
| 746 | move_ailment = MoveMetaAilment.objects.create(name=name) |
| 747 | move_ailment.save() |
| 748 | |
| 749 | return move_ailment |
| 750 | |
| 751 | @classmethod |
| 752 | def setup_move_ailment_name_data(cls, move_ailment, name="mv almnt nm"): |
no outgoing calls
no test coverage detected