add simple test project (#132)

This commit is contained in:
Josh Thomas 2025-05-02 22:29:52 -05:00 committed by GitHub
parent f778bef5db
commit dab4e71a51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 263 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.