mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +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/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):
|
||||
"""Base class for filesystem backend tests."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue