mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
Added badges
This commit is contained in:
parent
c791dd078e
commit
fe1175e1fa
2 changed files with 15 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
[](https://crates.io/crates/test-context)
|
||||
[](https://docs.rs/test-context)
|
||||

|
||||
[](https://github.com/markhildreth/test-context/actions)
|
||||
|
||||
# test-context
|
||||
|
||||
A library for providing custom setup/teardown for Rust tests without needing a test harness.
|
||||
|
|
|
|||
10
README.tpl
Normal file
10
README.tpl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[](https://crates.io/crates/test-context)
|
||||
[](https://docs.rs/test-context)
|
||||

|
||||
[](https://github.com/markhildreth/test-context/actions)
|
||||
|
||||
# {{crate}}
|
||||
|
||||
{{readme}}
|
||||
|
||||
License: {{license}}
|
||||
Loading…
Reference in a new issue