bumblebee-status/tests/test_config.py

11 lines
177 B
Python
Raw Normal View History

2016-11-05 07:54:16 +01:00
import unittest
import bumblebee.config
class TestConfigCreation(unittest.TestCase):
def setUp(self):
pass
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4