Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
refactor: simplify text_prompt tests (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka authored May 13, 2024
1 parent 39d6a06 commit 2a41d23
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 121 deletions.
213 changes: 213 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ edition = "2021"
crossterm = "0.27.0"
itertools = "0.12.1"
ratatui = "0.26.2"
ratatui-macros = { version = "0.3.0", path = "../ratatui-macros" }
rstest = "0.19.0"

[dev-dependencies]
clap = { version = "4.5.4", features = ["derive"] }
Expand Down
Loading

0 comments on commit 2a41d23

Please sign in to comment.