
    [6g                     2    d Z ddlmZ  G d de          ZdS )z
This file demonstrates writing tests using the unittest module. These will pass
when you run "manage.py test".

Replace this with more appropriate tests for your application.
    )TestCasec                       e Zd Zd ZdS )
SimpleTestc                 2    |                      dd           dS )z3
        Tests that 1 + 1 always equals 2.
           N)assertEqual)selfs    N/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/bootstrap/tests.pytest_basic_additionzSimpleTest.test_basic_addition   s      	"""""    N)__name__
__module____qualname__r    r   r
   r   r      s#        # # # # #r   r   N)__doc__django.testr   r   r   r   r
   <module>r      sW     !          # # # # # # # # # #r   