Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechkral committed Feb 5, 2024
1 parent a66c78b commit 4153c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

`cargo fixture` is a cargo extension that let's you surround `cargo test` with arbitrary Rust setup and teardown code.

<a href="doc/diagram.png" target="_blank"><img src="doc/diagram-thumb.png" style="float:right"/></a>
<a href="doc/diagram.png" target="_blank"><img src="doc/diagram-thumb.png" align="right"></a>

It can be used to run network servers that tests connect to, spin up docker containers, prepare test data, check for presence of programs,... or really anything that can be done from Rust code. Any provided resources can be released after `cargo test` finishes, whether manually, using RAII guards or closures.

Expand Down

0 comments on commit 4153c04

Please sign in to comment.