Source code for test_00_init
# -*- coding: utf-8 -*-
"""Initialization unit tests for the snews_cs module.
"""
import unittest
import snews_cs
[docs]
class TestInit(unittest.TestCase):
[docs]
def test_version_exists(self):
self.assertTrue(hasattr(snews_cs, '__version__'))