Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
CPACK
Home
List packs
Submit pack
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
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.
ClioPatria
(version
V3.1.1-51-ga0b30a5
)