package tezt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Test framework for unit tests, integration tests, and regression tests
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezt-4.3.0.tar.bz2
md5=15abf8d74a268d18dd42e539f894fbe8
sha512=fb30fc561a1e77f037a4ce7eb022345ef0620fa1ac3e16bd83b7f867ef3d0c0ff676255a967d3122e7ef25b22f4b0dc01fba9fe90fe1b486e68b268ba1e9a9c9
doc/tezt.core/Tezt_core/Cli/Logs/index.html
Module Cli.LogsSource
Command-line arguments that control logging.
--color, --no-color
--log-timestamp, --no-log-timestamp
--log-prefix, --no-log-prefix
Log levels for standard output.
The list below is sorted from the most quiet level to the most verbose level.
- Absolutely no log has log level
Quiet. In other words, setting log levelQuietinhibits all logs.
Errorlogs are about errors which imply that the current test failed. This includes messages given toTest.failand uncaught exceptions.
Warnlogs are about errors that do not cause the current test to fail. This includes failure to clean up temporary files, for instance.
Reportlogs are informational messages that report the result of the current test. They tell the user whether the test was successful or not. They may also include information about how to re-run the test.
Infologs are informational messages that summarize what the test is doing. They tell the user that a particular milestone was reached. In tests, it is a good idea to logInfomessages at significant checkpoints.
Debuglogs give more details about exactly what is happening. They include external process outputs, exit codes, and signals which are sent.
Additionally, some flags such as --commands and --list cause some information to be printed unconditionally, even with --quiet. Such kind of output is not considered to be log messages.
--log-file
--log-buffer-size
--log-worker-id
--commands
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>