Skip to content

Commit f88a6d6

Browse files
committed
readme update
1 parent 81c0517 commit f88a6d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/testsvm-assertions/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# testsvm-assertions
22

3+
[![Crates.io](https://img.shields.io/crates/v/testsvm-assertions.svg)](https://crates.io/crates/testsvm-assertions)
4+
[![Documentation](https://docs.rs/testsvm-assertions/badge.svg)](https://docs.rs/testsvm-assertions)
5+
36
Assertion helpers for testing transaction results in TestSVM.
47

58
This crate provides traits and types for asserting expected transaction outcomes, including methods for verifying that transactions succeed or fail with specific errors. These assertions are particularly useful in test environments where you need to verify that your program behaves correctly under various conditions.

0 commit comments

Comments
 (0)