Setup test script for testing the app

This commit is contained in:
2025-10-02 20:58:20 -04:00
parent c0995c90e1
commit e1a83ab876
2 changed files with 50 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from django.test import TestCase
from ai_blocker.ualist_backers import ConfigBackedUAList
from middleware import load_backing_class
from .ualist_backers import ConfigBackedUAList
from .middleware import load_backing_class
# Create your tests here.
class BackerConfigTestCase(TestCase):