Create test_settings.py

This commit is contained in:
ahmedbodi 2014-04-20 15:31:03 +01:00
parent f51506dd27
commit f6f2077cbc

6
tests/test_settings.py Normal file
View File

@ -0,0 +1,6 @@
import lib.settings as settings
def test_settings():
import lib.settings as settings
assert settings.CONFIG_VERSION == 0.1