mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Rename self.diag to self.tap and use self.t.diag where applicable
Having self.diag and self.t.diag was confusing as one referred to TAP output (self.diag) while the other referred to "task diagnostics" self.t.diag. self.diag is now gone and was replaced by self.tap with the same behavior.
This commit is contained in:
parent
cd3a848bad
commit
c3423243d8
5 changed files with 7 additions and 10 deletions
|
@ -42,7 +42,7 @@ class TestDiagColor(TestCase):
|
|||
def test_diag_color_builtin(self):
|
||||
"""Task diag output, so we can monitor platforms"""
|
||||
code, out, err = self.t.diag()
|
||||
self.diag (out)
|
||||
self.tap(out)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue