Create test_settings.py
This commit is contained in:
parent
f51506dd27
commit
f6f2077cbc
6
tests/test_settings.py
Normal file
6
tests/test_settings.py
Normal file
@ -0,0 +1,6 @@
|
||||
import lib.settings as settings
|
||||
|
||||
def test_settings():
|
||||
import lib.settings as settings
|
||||
assert settings.CONFIG_VERSION == 0.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user