[core] fix tests

This commit is contained in:
tobi-wan-kenobi 2020-05-08 21:01:45 +02:00
parent dd4294ecfa
commit 9ef826b5fd
3 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@ class config(unittest.TestCase):
with unittest.mock.patch("core.config.sys") as sys:
cfg = core.config.Config(["-l", "themes"])
cfg = core.config.Config(["-l", "modules"])
cfg = core.config.Config(["-l", "modules-markdown"])
cfg = core.config.Config(["-l", "modules-rst"])
# TODO: think of some plausibility testing here
def test_missing_parameter(self):