diff options
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | tests/test_caldav.py | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -4,7 +4,7 @@ with-coverage = 1 cover-package = caldav [tox:tox] -envlist = py27,py37 +envlist = py27,py37,py38 [build_sphinx] source-dir = docs/source diff --git a/tests/test_caldav.py b/tests/test_caldav.py index 697c474..7884948 100644 --- a/tests/test_caldav.py +++ b/tests/test_caldav.py @@ -193,7 +193,9 @@ class RepeatedFunctionalTestsBaseClass(object): MKCALENDAR support. On Radicale, apparently there is some bug with MKCALENDAR, ref - https://github.com/Kozea/Radicale/issues/330 + https://github.com/Kozea/Radicale/issues/330 - but it also creates + a calendar automatically when one is trying to access a missing + calendar """ def setup(self): logging.debug("############## test setup") |