Skip to content

Code for the "Real World Testing in Rust" workshop that takes place at the RustConf2024

License

Notifications You must be signed in to change notification settings

jdortiz/real-world-testing-rustconf2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiceIn

This Repo

This repository contains the code used in the "Real World Testing in Rust" as delivered for RustConf 2024.

You’ve probably heard about the importance of unit testing your code. You may already know the theory and you would want to give it a try, beyond testing a function that adds two numbers. But it is hard to walk this path alone since the first tests are also the hardest. This hands-on workshop takes a different approach. We will use a REST API implemented with Axum that stores data and talks to the network. Learn the concepts and use the de-facto standard tools and crates to write actual tests for a realistic application. Reach the top of the Unit Test Mountain!

You can use this code in your system or spin up a codespace from this repo. There are commits for each of the stages of the workshop that are available in the develop branch. `main' just contains the starting point for the workshop.

License

This project is licensed under the terms of the Apache license 2.0.

Author

Jorge D. Ortiz-Fuentes

Resources

About

Code for the "Real World Testing in Rust" workshop that takes place at the RustConf2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages