summaryrefslogtreecommitdiff
path: root/src/Run.hs
AgeCommit message (Expand)Author
38 hoursGather and report test timesRoman Smrž
3 daysAccept module names and fq names for test filtersRoman Smrž
9 daysAccept various builtin types in type expressionsRoman Smrž
11 daysRetport summary of test executionRoman Smrž
12 daysAdd hook to TestOptions to get result of each testRoman Smrž
12 daysData type for fully-qualified test nameRoman Smrž
12 daysMove repeat and keep-going options to TestOptionsRoman Smrž
13 daysCreate test dir subdirectory for based on test nameRoman Smrž
2026-05-31Options to select and exclude tests in config fileRoman Smrž
2026-05-24Refactor test filtering to its own function and typeRoman Smrž
2026-05-23Loaded modules data type to store related infoRoman Smrž
2026-05-23Evaluate test tag expressionsRoman Smrž
2026-04-24Arbitrary expressions as variable valuesRoman Smrž
2026-04-05Custom signals to kill spawned processRoman Smrž
2026-01-20Command-line option to disable or force tcpdumpRoman Smrž
2026-01-15Explicit case for NoSignalSpecificInfo in signal handlerRoman Smrž
2026-01-14Print test names in verbose outputRoman Smrž
2026-01-14Mark ignored output linesRoman Smrž
2026-01-09Improve displayed values for process, network and node typesRoman Smrž
2026-01-07Call stack for the ‘expect’ statementRoman Smrž
2025-12-06Show command and arguments for spawned processes in outputRoman Smrž
2025-09-19Add timeout argument for the ‘expect’ commandRoman Smrž
2025-09-19Clear network namespaces also after failed testRoman Smrž
2025-09-15Support zero timeoutRoman Smrž
2025-09-13Get call stack information from function applicationRoman Smrž
2025-09-12Call stack type and testsRoman Smrž
2025-09-01Add "ignore" commandRoman Smrž
2025-07-06Isolate filesystems using mount namespaceRoman Smrž
2025-06-21Use current timeout value when waiting for process terminationRoman Smrž
2025-06-21Multiply-timeout commandRoman Smrž
2025-06-21Object type with constructors and destructorsRoman Smrž
2025-06-19Explicit Scope constructor in TestStep data typeRoman Smrž
2025-06-02Test script execution based on config fileRoman Smrž
2025-06-01Show name of failed test in outputRoman Smrž
2025-05-15Extra arguments for the spawned toolRoman Smrž
2025-05-14Make shell process name optionalRoman Smrž
2025-04-18Shell interpreter for test scriptRoman Smrž
2025-04-15Parametrize test block with return typeRoman Smrž
2025-02-27Bump dependencies, build with GHC up to 9.12Roman Smrž
2025-02-27Refactor script/expression related code to multiple modulesRoman Smrž
2025-02-24Collect and evaluate global definitions togetherRoman Smrž
2025-02-11Provide imported definitions at run-timeRoman Smrž
2025-02-08Time information in outputRoman Smrž
2024-12-16Change working directory of spawned process to node directoryRoman Smrž
2024-12-03Remove remaining Expr usage in TestStepRoman Smrž
2024-12-02Trace regex variables in expect using new typeRoman Smrž
2024-11-29Represent root network as an internal variableRoman Smrž
2024-11-29Special "builtin" value for SourceLineRoman Smrž
2024-11-28Separate VarValue type without hidden typeRoman Smrž
2024-11-28Remove embedded Expr for some inner TestBlock parametersRoman Smrž