Skip to content

Instantly share code, notes, and snippets.

@regularfry
Created January 12, 2012 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regularfry/1600582 to your computer and use it in GitHub Desktop.
Save regularfry/1600582 to your computer and use it in GitHub Desktop.
lein test slowness
$ lein version
Leiningen 1.6.2 on Java 1.6.0_18 OpenJDK 64-Bit Server VM
$ lein new foo
Created new project in: /home/zander/scratch/foo
Look over project.clj and start coding in foo/core.clj
$ cd foo
$ lein deps
Copying 1 file to /home/zander/scratch/foo/lib
$ time lein test
Testing foo.test.core
FAIL in (replace-me) (core.clj:6)
No tests have been written.
expected: false
actual: false
Ran 1 tests containing 1 assertions.
1 failures, 0 errors.
lein test 6.28s user 0.25s system 168% cpu 3.881 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment