mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
- Add unit tests to confirm emails not triggered when adding/deleting event with past end date
This commit is contained in:
parent
208dd22a42
commit
f32e50bc9d
2 changed files with 55 additions and 4 deletions
|
@ -300,8 +300,7 @@ class BaseStorage:
|
|||
|
||||
def discover(
|
||||
self, path: str, depth: str = "0",
|
||||
child_context_manager: Optional[
|
||||
Callable[[str, Optional[str]], ContextManager[None]]] = None,
|
||||
child_context_manager: Optional[Callable[[str, Optional[str]], ContextManager[None]]] = None,
|
||||
user_groups: Set[str] = set([])) -> Iterable["types.CollectionOrItem"]:
|
||||
"""Discover a list of collections under the given ``path``.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue