Fork me on GitHub
#testing
<
2019-02-13
>
aron15:02:20

I'm trying to use eftest and struggling to find my tests. Wondering if someone could give me a clue. With clojure.test I can do this: (run-all-tests #"foo\..*")

aron15:02:13

With eftest I can make a specific namespace work: (find-tests 'foo.bar) but I'm struggling to find all the tests under the foo namespace

aron15:02:32

This doesn't turn up anything: (find-tests "foo")

aron15:02:27

Also, the main reason I'm interested in eftest is that it's pretty, so I'm open to other suggestions. 🙂

aron15:02:05

whoa, this turns up stuff: (find-tests "webapps/ROOT/WEB-INF/classes/foo") (this is a venerable server running in a tomcat container)

seancorfield16:02:32

Are you just looking for pretty test output?

seancorfield16:02:00

Have you tried Paul Stadig's humane test output library?

aron17:02:23

@seancorfield I'll look into it, thanks

aron17:02:01

eftest keeps killing my nrepl anyway 😕