model used being carried thru

This commit is contained in:
John Lancaster
2026-06-29 19:04:16 -05:00
parent 9ada09accf
commit 7df687d6f5
27 changed files with 1442 additions and 210 deletions
+6
View File
@@ -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: