You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 4 "interfaces", namespaces of alternative top-level vars to define test suites and test cases: clojure.test, Midje, QUnit, and xUnit. This allows for writing tests in a more comfortable API while still using Lazytest's machinery. See each namespace's docstring for further details.
Add popular aliases for lazytest.core vars:
describe -> context
it -> specify
expect -> should
Fixed
Change documentation from :lazytest/suite to :lazytest/ns-suite for namespace-defined suites.
Clean up reporters checking types instead of :type.