aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/webdav (unfollow)
Commit message (Collapse)Author
2023-12-09Complete rewrite of the lens system.Hugo Hörnquist
The old "lens" system was more of nested accessors. This rewrites them to be much better, at the cost of some extra up-front complexity. Beside the change in lenses, and all required adjustments, also adds lens creation to the define-type macro.
2023-10-24Repair webdav-propfind tests.Hugo Hörnquist
2023-10-23Propstat stash.Hugo Hörnquist
2023-10-23Split webdav tests into more files.Hugo Hörnquist
2023-10-10Better structuring between webdav modules.Hugo Hörnquist
2023-10-02Rewrite test running system.Hugo Hörnquist