mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
parent
62892e3423
commit
97edacd71a
1 changed files with 6 additions and 0 deletions
|
@ -728,6 +728,12 @@ class BaseRequestsMixIn:
|
||||||
assert "href>/calendar.ics/journal1.ics</" not in answer
|
assert "href>/calendar.ics/journal1.ics</" not in answer
|
||||||
assert "href>/calendar.ics/journal2.ics</" not in answer
|
assert "href>/calendar.ics/journal2.ics</" not in answer
|
||||||
|
|
||||||
|
def test_principal_collection_creation(self):
|
||||||
|
"""Verify existence of the principal collection."""
|
||||||
|
status, headers, answer = self.request(
|
||||||
|
"GET", "/user/", REMOTE_USER="user")
|
||||||
|
assert status == 200
|
||||||
|
|
||||||
|
|
||||||
class BaseFileSystemTest(BaseTest):
|
class BaseFileSystemTest(BaseTest):
|
||||||
"""Base class for filesystem backend tests."""
|
"""Base class for filesystem backend tests."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue