You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_caldav.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -437,7 +437,7 @@
437
437
len(rfc6638_users) <3,
438
438
reason="need at least three users in rfc6638_users to be set in order to run this test",
439
439
)
440
-
classTestScheduling(object):
440
+
classTestScheduling:
441
441
"""Testing support of RFC6638.
442
442
TODO: work in progress. Stalled a bit due to lack of proper testing accounts. I haven't managed to get this test to pass at any systems yet, but I believe the problem is not on the library side.
443
443
* icloud: cannot really test much with only one test account
0 commit comments