From cf24e6b8ed2465e3849c16335973acf12438c62b Mon Sep 17 00:00:00 2001 From: Chris Krenn Date: Wed, 16 Aug 2023 22:00:53 -0700 Subject: [PATCH] round 4 --- math/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/README.md b/math/README.md index 9a4d5657d..7951bf88f 100644 --- a/math/README.md +++ b/math/README.md @@ -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!