Skip to content

Commit

Permalink
feat: Make integration tests rust unit tests (#2884)
Browse files Browse the repository at this point in the history
Co-authored-by:  Bartek Iwańczuk <biwanczuk@gmail.com>
  • Loading branch information
bartlomieju authored and ry committed Sep 10, 2019
1 parent 0b757f3 commit acee194
Show file tree
Hide file tree
Showing 88 changed files with 678 additions and 384 deletions.
24 changes: 24 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ fwdansi = "1.0.1"

[target.'cfg(unix)'.dependencies]
nix = "0.14.1"

[dev-dependencies]
os_pipe = "0.8.2"
Loading

0 comments on commit acee194

Please sign in to comment.