diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-23 21:47:11 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-23 21:51:21 +0200 |
| commit | b3ed032566f4e1ad7ea76a807a2ae54d08b38f31 (patch) | |
| tree | e35caf822a18f5fd20eed3f5a562bc480d13da12 /src/Test.hs | |
| parent | c071c53a8fbbed9e5a66ba3e939909bf45296128 (diff) | |
Create test dir subdirectory for based on test name
Changelog: Create test dir subdirectory for given test that includes the test module and name.
Diffstat (limited to 'src/Test.hs')
| -rw-r--r-- | src/Test.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Test.hs b/src/Test.hs index 61f2e3d..e9aaaba 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -26,6 +26,7 @@ import Script.Shell data Test = Test { testName :: Text + , testModuleName :: ModuleName , testTags :: [ Expr Tag ] , testSteps :: Expr (TestStep ()) } |