Skip to content

Commit

Permalink
test: Add test for no-diff option
Browse files Browse the repository at this point in the history
cf. #168
  • Loading branch information
liquidz committed Jul 5, 2022
1 parent 45665d8 commit 7c8836e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/antq/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@

(t/testing "--upgrade"
(t/is (true? (get-in (test-parse-opts ["--upgrade"])
[:options :upgrade])))))
[:options :upgrade]))))

(t/testing "--no-diff"
(t/is (true? (get-in (test-parse-opts ["--no-diff"])
[:options :no-diff])))))

(t/deftest skip-artifacts?-test
(t/testing "default"
Expand Down

0 comments on commit 7c8836e

Please sign in to comment.