Skip to content

Commit

Permalink
added very basic acceptance testing, fixes #2
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed Mar 16, 2024
1 parent bbfe903 commit bdfe054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ fn fakeps_runs_without_args() {
.success()
.stdout(predicate::str::contains("PID"))
.stdout(predicate::str::contains("Fake process"));
}
}

0 comments on commit bdfe054

Please sign in to comment.