Tests: Fix pydoc and coding style

This commit is contained in:
Thomas Lauf 2017-04-04 08:36:51 +02:00
parent a1fa56fb29
commit 7bf4b18517

View file

@ -80,8 +80,7 @@ class TestStart(TestCase):
self.assertIn("Tracking bar", out)
def test_start_with_open_interval_timed(self):
"""Test timed start with already open interval, which should be auto-stopped
at given datetime"""
"""Test timed start with already open interval, which should be auto-stopped at given datetime"""
self.t("start 2016-01-01T00:00:00 foo")
code, out, err = self.t("start 2016-01-01T01:00:00 bar")
self.assertIn("Recorded foo", out)