Skip to content

Commit

Permalink
Add SpecHook for parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-adam committed Jan 12, 2025
1 parent cbc57ba commit ae1786a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/developers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 📅 Revision history for HelPA

## 0.4.6.2 -- 2025-01-12
* Add `SpecHook` for parallel tests

## 0.4.6.1 -- 2025-01-11
* Simpler DSL for WS
* Add `divmod` test for EAS
Expand Down
Binary file modified docs/reports/helpa/helpa.haddock
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/reports/helpa/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/reports/stan.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion helpa.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: helpa
version: 0.4.6.1
version: 0.4.6.2

synopsis: HELPA - Heavenly Esoteric Little Portable Assembler to esoteric languages
description: Please see the README on GitHub at <https://github.com/helvm/helpa#readme>
Expand Down Expand Up @@ -206,6 +206,7 @@ test-suite helpa-test
other-modules:
Slow
Spec
SpecHook

HelVM.Expectations
HelVM.GoldenExpectations
Expand Down
6 changes: 6 additions & 0 deletions hs/test/SpecHook.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module SpecHook where

import Test.Hspec

hook :: Spec -> Spec
hook = parallel

0 comments on commit ae1786a

Please sign in to comment.