add codecommit create, get and delete repository

This commit is contained in:
Jovan Zivanov 2019-12-26 14:23:53 +01:00
commit a820aada42
8 changed files with 325 additions and 3 deletions

View file

@ -0,0 +1,4 @@
from .models import codecommit_backends
from ..core.models import base_decorator
mock_codecommit = base_decorator(codecommit_backends)