MCPcopy Create free account
hub / github.com/StackStorm/st2 / test_path_none

Method test_path_none

st2common/tests/unit/test_db_pack.py:38–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

test_crud_operationsMethod · 0.80

Tested by

no test coverage detected