| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 36 hours | Move repeat and keep-going options to TestOptions | Roman Smrž | |
| 36 hours | Add keep-going command-line option | Roman Smrž | |
| Changelog: Added `--keep-going` command line option to continue after test failure. | |||
| 2026-05-31 | Options to select and exclude tests in config file | Roman Smrž | |
| 2026-05-24 | Refactor test filtering to its own function and type | Roman Smrž | |
| 2026-05-23 | Loaded modules data type to store related info | Roman Smrž | |
| 2026-05-23 | Accept tags as exclude parameters | Roman Smrž | |
| 2026-05-23 | Evaluate test tag expressions | Roman Smrž | |
| 2026-01-20 | Command-line option to disable or force tcpdump | Roman Smrž | |
| Changelog: Added comman-line options to set path of tcpdump or disable its use | |||
| 2025-06-21 | Exclude tests on command line | Roman Smrž | |
| Changelog: Added `--exclude` command-line option to exclude tests | |||
| 2025-06-18 | Timeout setting in config file | Roman Smrž | |
| Changelog: Added optional `timeout` setting to config file | |||
| 2025-06-02 | Test script execution based on config file | Roman Smrž | |
| 2025-05-12 | Select tests from project configuration by name | Roman Smrž | |
| Changelog: Select tests from project configuration using only test name on command line without script path. | |||
| 2025-05-09 | Return error from parseTestFile | Roman Smrž | |
| 2025-04-25 | Test mode | Roman Smrž | |
| 2025-04-15 | Avoid head usage in Main | Roman Smrž | |
| 2025-02-27 | Fail when requested test is not found | Roman Smrž | |
| Changelog: Fail when test requested on command-line is not found | |||
| 2025-02-27 | Refactor script/expression related code to multiple modules | Roman Smrž | |
| 2025-02-24 | Collect and evaluate global definitions together | Roman Smrž | |
| 2025-02-11 | Provide imported definitions at run-time | Roman Smrž | |
| 2025-02-08 | Module import parsing and type check | Roman Smrž | |
| 2024-10-14 | Custom C main instead of wrapper binary | Roman Smrž | |
| Changelog: Use custom C main instead of wrapper binary for unshare(2) call. | |||
| 2024-10-04 | User-defined test functions without parameters | Roman Smrž | |
| 2024-08-02 | Module name declaration | Roman Smrž | |
| Changelog: Accept module name declaration | |||
| 2024-07-31 | Enable color only for terminal output, add manual options | Roman Smrž | |
| Changelog: Use colors by default only on terminal, add `--color`/`--no-color` options to select manually. | |||
| 2024-05-17 | Describe command-line test selection in help text | Roman Smrž | |
| Changelog: Documentation and helptext updates | |||
| 2024-05-14 | Run multiple whole test sequences with repeat option | Roman Smrž | |
| 2024-04-24 | Show usage info only with explicit `--help' option | Roman Smrž | |
| 2023-12-12 | Repeat option on command line | Roman Smrž | |
| Changelog: Add --repeat option to run the tests multiple times | |||
| 2023-08-24 | Option to wait at the end of each test | Roman Smrž | |
| Changelog: Add --wait option to wait at the end of each test | |||
| 2023-08-24 | Accept test name selection after filepath on command line | Roman Smrž | |
| Changelog: Selection of test from test file path on command line using ':' charater | |||
| 2023-04-18 | Command-line option to keep test directory | Roman Smrž | |
| 2023-03-30 | Move test-executing functions to separate module | Roman Smrž | |
| 2023-03-28 | Network subnets and routing | Roman Smrž | |
| 2023-03-26 | Network refactoring with explicit prefixes | Roman Smrž | |
| 2023-03-01 | Version information from git | Roman Smrž | |
| 2023-02-20 | For statement | Roman Smrž | |
| 2023-02-02 | Enable OverloadedStrings as default extension | Roman Smrž | |
| 2023-01-16 | Haskeline for input handling | Roman Smrž | |
| 2023-01-12 | Move process-related functions to Process module | Roman Smrž | |
| 2023-01-03 | Command-line option to display version | Roman Smrž | |
| 2023-01-02 | Split command line and test options | Roman Smrž | |
| 2022-12-20 | Move TestRun monad and related types to separate module | Roman Smrž | |
| 2022-12-15 | Use process variable name for node created by spawn | Roman Smrž | |
| 2022-12-04 | Place test directory beside config file | Roman Smrž | |
| 2022-12-04 | Config file lookup and parsing | Roman Smrž | |
| 2022-11-30 | Separate process list from network | Roman Smrž | |
| 2022-11-19 | Network expression type and context | Roman Smrž | |
| 2022-11-17 | Parse all input files before running any tests | Roman Smrž | |
| 2022-11-10 | Move test directory handling out of init/exit network helpers | Roman Smrž | |
| 2022-11-08 | Force flag to remove existing test directory | Roman Smrž | |