Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
📄 updated documentation
  • Loading branch information
pepuscz committed Aug 31, 2023
1 parent e5781a5 commit 5048de7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ Trdelník is Rust based testing framework providing several convenient developer
- Trdelnik console - built-in console to give developers a command prompt for quick program interaction;
- Trdelnik explorer - exploring a ledger changes.

<div align="center">
<img src="https://github.com/Ackee-Blockchain/trdelnik/raw/master/assets/demo.svg" alt="Trdelnik Demo" />
</div>

## Dependencies

- Install [Rust](https://www.rust-lang.org/tools/install) (`nightly` release)
Expand Down Expand Up @@ -82,6 +78,10 @@ HFUZZ_RUN_ARGS="-t 10 -n 1 -N 10000 -Q" trdelnik fuzz run <TARGET_NAME>
### How to write tests?
Trdelnik also supports writing integration tests in Rust.

<div align="center">
<img src="https://github.com/Ackee-Blockchain/trdelnik/raw/master/assets/demo.svg" alt="Trdelnik Demo" />
</div>

```rust
// <my_project>/trdelnik-tests/tests/test.rs
// TODO: do not forget to add all necessary dependencies to the generated `trdelnik-tests/Cargo.toml`
Expand Down

0 comments on commit 5048de7

Please sign in to comment.