Skip to content

Commit

Permalink
Merge pull request #59 from joelwachsler/pretty-assertions
Browse files Browse the repository at this point in the history
Pretty assertions
  • Loading branch information
abbychau authored May 23, 2024
2 parents ab4cfb3 + 7d15de2 commit 057f7c6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
23 changes: 23 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ toml = "0.5.5"
[badges]
maintenance = { status = "actively-developed" }
travis-ci = { repository = "abbychau/diesel_cli_ext" }

[dev-dependencies]
pretty_assertions = "1.4.0"
1 change: 1 addition & 0 deletions src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ fn propercase(s: &str) -> String {

#[cfg(test)]
mod tests {
use pretty_assertions::assert_eq;
use std::collections::HashMap;
use std::io::prelude::*;

Expand Down

0 comments on commit 057f7c6

Please sign in to comment.