Dynamic Test Suites in Haskell using Hspec and Tasty
Test suites with many example-based tests can contain a lot of repetition. While it’s possible to factor out much of the repetition using regular Haskell code, it can be useful to construct test cases from external files, which can be generated from other sources, or constructed by people not doing Haskell programming. In this video …
Dynamic Test Suites in Haskell using Hspec and Tasty Read More »