mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Tests: Fix pydoc and coding style
This commit is contained in:
parent
a1fa56fb29
commit
7bf4b18517
1 changed files with 2 additions and 3 deletions
|
@ -80,8 +80,7 @@ class TestStart(TestCase):
|
||||||
self.assertIn("Tracking bar", out)
|
self.assertIn("Tracking bar", out)
|
||||||
|
|
||||||
def test_start_with_open_interval_timed(self):
|
def test_start_with_open_interval_timed(self):
|
||||||
"""Test timed start with already open interval, which should be auto-stopped
|
"""Test timed start with already open interval, which should be auto-stopped at given datetime"""
|
||||||
at given datetime"""
|
|
||||||
self.t("start 2016-01-01T00:00:00 foo")
|
self.t("start 2016-01-01T00:00:00 foo")
|
||||||
code, out, err = self.t("start 2016-01-01T01:00:00 bar")
|
code, out, err = self.t("start 2016-01-01T01:00:00 bar")
|
||||||
self.assertIn("Recorded foo", out)
|
self.assertIn("Recorded foo", out)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue