Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GothenburgBitFactory/taskwarrior
/ assertData3
Method
assertData3
test/import.test.py:96–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
94
self.assertRegex(out,
"3.+three"
)
95
96
def
assertData3(self):
97
code, out, err = self.t(
"list"
)
98
self.assertIn(
"four"
, out)
99
100
def
test_import_stdin(self):
101
""
"Import from stdin"
""
Callers
1
test_freeform_import
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected