cardano-wallet-test-utils-2020.12.8: Shared utilities for writing unit and property tests.
Copyright© 2018-2020 IOHK
LicenseApache-2.0
Safe HaskellNone
LanguageHaskell2010

Test.Utils.Windows

Description

Utility function for making test suites pass on Windows.

Synopsis

Documentation

whenWindows :: IO () -> IO () Source #

getIsWine :: IO Bool Source #

Use the presence of winepath.exe to detect when running tests under Wine.