Skip to content

Commit

Permalink
Create tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jul 6, 2024
1 parent 6bdb4aa commit 9f34616
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/django-ifc/tests/tests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-


# =============================================================================
# Docstring
# =============================================================================

"""
Django IFC Tests
================
"""


# =============================================================================
# Imports
# =============================================================================

from django.test import TestCase

# Create your tests here.

0 comments on commit 9f34616

Please sign in to comment.