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)
running_tests
Print all currently running tests to the terminal. It can be used to find running thread in multi-threaded test operation or find the currently running test if a test appears to be blocking.