add tests

This commit is contained in:
2023-07-22 12:24:29 +02:00
parent 18d0b906da
commit d712859566
3 changed files with 173 additions and 30 deletions

View File

@ -91,12 +91,12 @@ user_details
# Missing backend tests
- [ ] (index) GET /
- [ ] (faq) GET /faq
- [ ] (cal) GET /cal
- [ ] (FileServer: svelte/build) GET /<path..>
- [ ] (join) GET /join/<trip_details_id>
- [ ] (remove) GET /remove/<trip_details_id>
- [x] (index) GET /
- [x] (faq) GET /faq
- [x] (cal) GET /cal
- [x] (FileServer: svelte/build) GET /<path..>
- [x] (join) GET /join/<trip_details_id>
- [x] (remove) GET /remove/<trip_details_id>
- [x] (create) POST /cox/trip
- [ ] (update) POST /cox/trip/<trip_id>
- [ ] (join) GET /cox/join/<planned_event_id>