summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-13Version 0.2.4HEADv0.2.4masterdevelRoman Smrž
2024-08-11Remove emptyVarValue from ExprType classRoman Smrž
2024-08-11Remove MonadEval instance for TestParserRoman Smrž
2024-08-11Parser: try ParamType Either branches with cleared delayed errorsRoman Smrž
Changelog: Fix type error reporting for some command parameters
2024-08-11Fix missing import with newer mtlRoman Smrž
Changelog: Fix build with mtl-2.3
2024-08-10Version 0.2.3v0.2.3Roman Smrž
2024-08-07Parser: collect toplevel definitions using WriterRoman Smrž
2024-08-07Replace first command (wait) with a builtinRoman Smrž
2024-08-07Parser: report multiple errors in some casesRoman Smrž
Changelog: Report multiple parsing errors in single pass
2024-08-06Test block expression type and statementRoman Smrž
2024-08-05Check if module name matches file pathRoman Smrž
2024-08-02Module name declarationRoman Smrž
Changelog: Accept module name declaration
2024-07-31Enable color only for terminal output, add manual optionsRoman Smrž
Changelog: Use colors by default only on terminal, add `--color`/`--no-color` options to select manually.
2024-07-30Add network member to the node objectRoman Smrž
Changelog: Add network member to the node object
2024-05-18README: fix regex exampleRoman Smrž
2024-05-17Version 0.2.2v0.2.2Roman Smrž
2024-05-17Bump dependencies for GHC 9.10Roman Smrž
Changelog: Compatibility with GHC up to 9.10
2024-05-17Avoid multithreading in wrapper on newer compilersRoman Smrž
Changelog: Fix unshare failing with newer compilers
2024-05-17Prune unused dependenciesRoman Smrž
2024-05-17Describe command-line test selection in help textRoman Smrž
Changelog: Documentation and helptext updates
2024-05-17README: process members and listsRoman Smrž
2024-05-14Reference README from cabal fileRoman Smrž
2024-05-14Version 0.2.1v0.2.1Roman Smrž
2024-05-14Update homepage to tester-specific pageRoman Smrž
2024-05-14Bump template-haskell version for GHC 9.8Roman Smrž
Changelog: Compatibility with GHC up to 9.8
2024-05-14Run multiple whole test sequences with repeat optionRoman Smrž
2024-05-14Add README fileRoman Smrž
2024-05-14MiniCI configuration and cabal flagRoman Smrž
2024-04-24Show usage info only with explicit `--help' optionRoman Smrž
2024-02-21Bump unix and template-haskell dependenciesRoman Smrž
2024-02-21Update to support mtl-2.3Roman Smrž
2024-02-21Update cabal descriptionRoman Smrž
2023-12-12Repeat option on command lineRoman Smrž
Changelog: Add --repeat option to run the tests multiple times
2023-10-23Flush commandRoman Smrž
Changelog: Add 'flush' command
2023-08-24Option to wait at the end of each testRoman Smrž
Changelog: Add --wait option to wait at the end of each test
2023-08-24Accept test name selection after filepath on command lineRoman Smrž
Changelog: Selection of test from test file path on command line using ':' charater
2023-07-13Show record selectors in failure reportsRoman Smrž
Changelog: Show record selectors in failure reports
2023-05-06Drop support for introducing node variable by 'spawn' commandRoman Smrž
2023-04-26Version 0.2v0.2.0Roman Smrž
2023-04-26Add first changelog entriesRoman Smrž
2023-04-26Route tracking in namespaces and helper functionsRoman Smrž
2023-04-26Use link objects for disconnect commandsRoman Smrž
2023-04-25Link type and associated functionsRoman Smrž
2023-04-24Fix parsing of two-element listsRoman Smrž
2023-04-23Drop unused ProcName parameter type instanceRoman Smrž
2023-04-23Split parser into several modulesRoman Smrž
2023-04-23Add network namespace in constructor of corresponding typeRoman Smrž
2023-04-18Bring up veth peer in subnet firstRoman Smrž
2023-04-18Command-line option to keep test directoryRoman Smrž
2023-04-04Disconnect commandsRoman Smrž