generated from john/python-template
model used being carried thru
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import pytest
|
||||
|
||||
from transcription.services.base import ServiceBase
|
||||
|
||||
|
||||
class FakeService(ServiceBase):
|
||||
"""A fake service class for testing"""
|
||||
|
||||
|
||||
class TestServiceBase:
|
||||
class TestInitialization:
|
||||
|
||||
Reference in New Issue
Block a user