]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blob - ut/test_conf.py
Rework db ut
[hubacji1/coffee-getter.git] / ut / test_conf.py
1 from unittest import TestCase
2 import coffee_getter.conf as conf
3
4
5 class Configuration(TestCase):
6     def test_config_exists(self):
7         assert len(conf.TESTCOFFEEBOT_SLACK_URL) > 0
8         assert len(conf.COFFEEBOT_SLACK_URL) > 0
9         assert len(conf.DB_PATH) > 0