Skip to content

Commit

Permalink
test: Refactor file naming in tests
Browse files Browse the repository at this point in the history
- Add missing tests from common crate
- Use standardized random naming scheme across all crates
- Add missing `test` module from in-file lib tests
  • Loading branch information
brianp committed Dec 11, 2019
1 parent 768f831 commit c104abd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions Cargo.lock

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

7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@ edit = { path = "./edit" }
load = { path = "./load" }
new = { path = "./new" }
snapshot = { path = "./snapshot" }

[dev-dependencies]
dirs = "1.0.5"
libc = "0.2.21"
rand = "0.3.15"
regex = "0.2.1"
yaml-rust = { version = "0.3.2", default-features = false }

0 comments on commit c104abd

Please sign in to comment.