Unit Tests
- Corrected unit test, which had the wrong expected output.
This commit is contained in:
@@ -68,7 +68,7 @@ class TestBug1267(BaseTestBug1267):
|
||||
args = ["rc:bug.rc", "ls"]
|
||||
code, out, err = self.callTaskSuccess(args, merge_streams=False)
|
||||
|
||||
self.assertNotIn(project, out)
|
||||
self.assertIn(project, out)
|
||||
|
||||
def test_add_task_no_project_with_default_rcfile(self):
|
||||
"""Add a task without a project writing to rc file
|
||||
|
||||
Reference in New Issue
Block a user