[tests] Add framework for unittests
This commit is contained in:
parent
9da9fdaaa5
commit
df27355977
3 changed files with 22 additions and 0 deletions
10
tests/test_config.py
Normal file
10
tests/test_config.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
import unittest
|
||||
|
||||
import bumblebee.config
|
||||
|
||||
class TestConfigCreation(unittest.TestCase):
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
|
||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
Loading…
Add table
Add a link
Reference in a new issue