January 2018
Intermediate to advanced
336 pages
7h 56m
English
A good project deliverable must include test and coverage reports with associated API documentation. Based on the configured plugins under the plugins directive of project.clj, lein can be used to generate various reports as per the plugin documentation. The execution of each of the plugins using the lein command and their corresponding results are shown here:
% lein test2junitUsing test2junit version: 1.2.2Running Tests...Writing output to: target/test-reportsCreating default build.xml file.Testing: playground.core-testRan 1 tests containing 1 assertions.>1 failures, 0 errors.Tests failed.Tests failed.% lein with-profiles +test cloverageLoading namespaces: (playground.core)Test namespaces: (playground.core-test)Loaded ...
Read now
Unlock full access