IntersectMBO / IntersectMBO/cardano-base
Remove explicit semaphore in tests
Open
technical debt
- Dominant language
- Haskell
- Stars
- 105
- Forks
- 54
- Avg merge
- 9d 2h
- Merged PRs (30d)
- 4
Description
Due to a recent switch to `hspec` from `tasty` we no longer need to create an explicit lock in tests, since `hspec` supports sequential test execution.
This task is about removing this ugly locking mechanism from `cardano-crypto-class` test suite:
https://github.com/IntersectMBO/cardano-base/blob/245d69de6dfd33105ef98e0e6d5efb41dc58c37f/cardano-crypto-class/test/Main.hs#L23-L27
Contributor guide
Assessment
This issue has not been assessed yet.