diff --git a/tests/test_login.py b/tests/test_login.py index a07ba5e..924a8bc 100644 --- a/tests/test_login.py +++ b/tests/test_login.py @@ -13,7 +13,9 @@ class TestLogin(unittest.TestCase): load_config() constant.CONFIG['cookie'] = os.getenv('NHENTAI_COOKIE') constant.CONFIG['useragent'] = os.getenv('NHENTAI_UA') - print(constant.CONFIG) + + def test_cookie_set(self): + self.assertTrue(bool(constant.CONFIG['cookie'])) def test_cookie(self): try: