mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Merge setup.cfg and pytest.ini, fix tests
This commit is contained in:
parent
26d8214296
commit
864eb5931a
8 changed files with 26 additions and 24 deletions
|
@ -211,7 +211,8 @@ class BaseRequestsMixIn:
|
|||
assert status == 207
|
||||
assert "href>/</" in answer
|
||||
assert "href>%s</" % calendar_path in answer
|
||||
status, headers, answer = self.request("PROPFIND", calendar_path, HTTP_DEPTH="1")
|
||||
status, headers, answer = self.request(
|
||||
"PROPFIND", calendar_path, HTTP_DEPTH="1")
|
||||
assert status == 207
|
||||
assert "href>%s</" % calendar_path in answer
|
||||
assert "href>%s</" % event_path in answer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue