aws-performance-tests-0.1: Performance Tests for the Haskell bindings for Amazon Web Services (AWS)

Stabilityexperimental
MaintainerLars Kuhtz <lars@alephcloud.com>
Safe HaskellSafe-Inferred

Aws.Test.Utils

Contents

Description

Utils for testing the Haskell bindings for Amazon Web Services (AWS)

Synopsis

Parameters

testDataPrefix :: IsString a => aSource

This prefix is used for the IDs and names of all entities that are created in the AWS account.

General Utils

sshow :: (Show a, IsString b) => a -> bSource

tryT :: MonadBaseControl IO m => m a -> EitherT Text m aSource

Catches all exceptions except for asynchronous exceptions found in base.

retryT_ :: MonadIO m => Int -> EitherT Text m a -> EitherT Text m (Int, a)Source

testData :: (IsString a, Monoid a) => a -> aSource