Copyright | (c) 2020-2021 Tim Emiola |
---|---|
License | BSD3 |
Maintainer | Tim Emiola <adetokunbo@users.noreply.github.com> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Exports all tmp-proc behaviour.
tmp-proc
is a package that aims to simplify writing integration tests that use
dockerizable services.
The package has the following structure:
- System.TmpProc.Docker: definition of core data types,
Proc
andProcHandle
, and their combinators. - System.TmpProc.Warp: functions that make it easy to test a WAI
application
that accessestmp
procs