Skip to content

Commit

Permalink
round 4
Browse files Browse the repository at this point in the history
  • Loading branch information
crkrenn committed Aug 17, 2023
1 parent e962621 commit cf24e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you are exporting data, you will need to run `docker compose` here with the s
You can run tests by executing `clojure -M:test`.

Since Clojure is slow to start though, you may find it easier to run the `test-runner/-main` function (located at [`test/test_runner.clj`](test/test_runner.clj)) from within your nREPL process.
There is an example of this in the `math/dev/user.clj` file mentioned above.
There is an example of this in the [`dev/user.clj`](dev/user.clj) file mentioned above.
There are rough units tests for most of the basic math things, and one or two higher level integration tests (presently broken).
We're looking forward to setting up `clojure.spec` and some generative testing for more thorough coverage if this is something that excites you!

Expand Down

0 comments on commit cf24e6b

Please sign in to comment.