Closed hasufell closed 2 years ago
Is it possible to rewrite your tests to use solely tasty-quickcheck
instead of tasty-hunit
? Cf. https://github.com/haskell/bytestring/commit/583cef086abcdff977b6787a15351aa4b88a4400
Yes, I dropped all tasty dependencies and use raw QuickCheck directly.
I'm trying to use
tasty-hunit
in filepath in the test-suite, butcall-stack
itself depends onfilepath
, so I get circular imports.The library doesn't seem necessary, so I suggest to drop it.