vdirsyncer/tests/unit
Jason Cox 7a387b8efe Require matching BEGIN and END lines in vobjects
Raise an error when parsing a vobject that has mismatched `BEGIN` and
`END` lines (e.g., `BEGIN:FOO` followed by `END:BAR`) or missing `END`
lines (e.g., `BEGIN:FOO` with no subsequent `END:FOO`).

Fixes #1102.
2023-12-13 10:31:32 -05:00
..
cli Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
sync Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
utils Require matching BEGIN and END lines in vobjects 2023-12-13 10:31:32 -05:00
test_exceptions.py Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
test_metasync.py Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
test_repair.py Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00