summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
-rw-r--r--tests/test_caldav.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 92a793c..2ceb195 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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")