minecraftcodex/minecraftcodex/tests/base.py

8 lines
182 B
Python

from django.test import TestCase
from django.conf import settings
class SettingsTest(TestCase):
def test_local_settings(self):
self.assertTrue(settings.LOCAL_SETTINGS)