mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-14 18:24:27 +03:00
06632267e9
* Haskell: Add assertFileExists to DA.Test.Util This PR adds a helper function `assertFileExists` that captures the `doesFileExist ... >>= assertBool ...` pattern that is very common in our Haskell test suites. It also adds the inverse `assertFileDoesNotExist` function. Both functions are now used where appropriate. CHANGELOG_BEGIN CHANGELOG_END * Add directory dependency to test-util lib CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
DA/Test | ||
BUILD.bazel |