MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / setUp

Method setUp

test/bash_completion.test.py:116–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114
115class TestProject(TestBashCompletionBase):
116 def setUp(self):
117 super(TestProject, self).setUp()
118
119 code, out, err = self.t("add testing project expansion project:todd")
120 self.assertIn("Created task 1", out)
121
122 # Ensure project was created
123 code, out, err = self.t("projects")
124 self.assertIn("todd", out)
125
126 def test_project_non_matching(self):
127 """project: expansion fails on non matching attribute"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected