IntersectMBO / IntersectMBO/plutus
Plutus Tx stdlib needs way more tests
Open
Internal
Plinth
status: triaged
Test
- Dominant language
- Haskell
- Stars
- 1.6k
- Forks
- 508
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 22
Description
I accidentally broke the implementation of `drop` in the standard library of Plutus Tx and no `plutus-tx` test failed, even though the simplest one would catch such a bug. We really need to write proper property tests for as many Plutus Tx functions as possible, just some basic stuff like `take n xs ++ drop n xs == xs` etc.
Contributor guide
Assessment
This issue has not been assessed yet.