test(devops): Initial Model Unit tests for GitGroup

ref: #772 #515
This commit is contained in:
2025-05-25 09:44:10 +09:30
parent 2e88dfc5c1
commit cff519d199
2 changed files with 1064 additions and 0 deletions

View File

@ -0,0 +1,10 @@
import pytest
from devops.models.git_group import GitGroup
@pytest.fixture( scope = 'class')
def model(request):
yield GitGroup

File diff suppressed because it is too large Load Diff