Skip to content

Commit

Permalink
Testing failing test suit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesivsm authored and diegogangl committed May 13, 2022
1 parent 188b5f6 commit 1507494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ if __name__ == "__main__":
if len(sys.argv) == 1:
sys.argv.append('tests')

pytest.main()
sys.exit(pytest.main())
2 changes: 1 addition & 1 deletion tests/backend/backend_caldav_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_translate_from_vtodo(self):
self.assertEqual(DESCRIPTION.dav_name, 'description')
todo = self._get_todo(VTODO_GRAND_CHILD)
self.assertEqual(todo.instance.vtodo.serialize(), VTODO_GRAND_CHILD)
self.assertEqual(date(2020, 12, 24),
self.assertEqual(date(2020, 12, 25),
todo.instance.vtodo.contents['due'][0].value)
uid = UID_FIELD.get_dav(todo)
self.assertTrue(isinstance(uid, str), f"should be str is {uid!r}")
Expand Down

0 comments on commit 1507494

Please sign in to comment.