6 Controlling the test suite
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
Prolog Unit Tests
Controlling the test suite
set_test_options/1
load_test_files/1
running_tests/0
test_report/1
Availability:
:- use_module(
library(plunit)
).
(can be autoloaded)
test_report
(
+What
)
Print report on the executed tests.
What
defines the type of report. Currently this only supports
fixme
, providing details on how the fixme-flagged tests proceeded.