Files
2026-08-01 16:11:49 +03:00

454 B

Example REST Todo

an example application with tests


This is a very simple todo application. It aims to show ...

  • How to write some basic tests against end points.
  • How to test for some tests to be expecting success, and some to be expecting failure.
  • How to take cookies into account (like logging in).

It's primarily to provide some code samples using axum-test.