Tests cleanup (#717)

This commit is contained in:
Marius Räsener
2018-03-24 12:12:47 +01:00
committed by Lonami
parent 898e550335
commit 69d283a296
8 changed files with 107 additions and 88 deletions

View File

@@ -0,0 +1,8 @@
import unittest
class ParserTests(unittest.TestCase):
"""There are no tests yet"""
@unittest.skip("there should be parser tests")
def test_parser(self):
self.assertTrue(True)