(self)
| 36 | update_attribute_name = "author" |
| 37 | |
| 38 | def test_path_none(self): |
| 39 | PackDBModelCRUDTestCase.model_class_kwargs = { |
| 40 | "name": "Yolo CI", |
| 41 | "ref": "yolo_ci", |
| 42 | "description": "YOLO CI pack", |
| 43 | "version": "0.1.0", |
| 44 | "author": "Volkswagen", |
| 45 | } |
| 46 | super(PackDBModelCRUDTestCase, self).test_crud_operations() |
nothing calls this directly
no test coverage detected