Skip to content

Latest commit

 

History

History

example-todo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.