Skip to content

Commit

Permalink
Document #92 and prepare for 2.2.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Aug 12, 2017
1 parent 2ead032 commit 98c41ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@ You can also run the ClojureScript tests interactively:

This will run the (successful) expectations that are compatible with ClojureScript (currently 69/69).

You can run the "readme" tests:

lein test-readme

This generates `test/clojure/readme.clj` from `examples.md` and runs those generated tests. You should see 4 tests, with one failure and no errors.

You can run _all_ expectations via:

lein do clean, expectations

This includes the deliberately failing expectations (used to visually confirm behavior for failing tests) and should run 128 assertions in total, of which 43 will fail and 2 will error.
This includes the deliberately failing expectations (used to visually confirm behavior for failing tests) and should run 132 assertions in total, of which 44 will fail and 2 will error.

## Donate to Jay C Fields, the creator of Expectations

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject expectations "2.2.0-beta2"
(defproject expectations "2.2.0-beta3"
:description "testing framework"
:jar-name "expectations.jar"
:jar-exclusions [#"\.swp|\.swo|\.DS_Store"]
Expand Down

0 comments on commit 98c41ec

Please sign in to comment.