About

Metadata

  • Last updated , by adetokunbo
  • License BSD-3-Clause
  • Maintained by: adetokunbo@users.noreply.github.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.1
  2. 9.8.2
  3. 9.6.6
  4. 9.4.8
  5. 9.2.8
  6. 9.0.2
  7. 8.10.7

Package Flags

Use the -f option with cabal commands to enable flags

    use-doc-tests (off by default)

    Include the doctests in the package tests

    build-the-readme (off by default)

    Allow the readme to build

Readme

tmp-proc runs services in docker containers for use in integration tests. It aims to make using these services become like accessing tmp processes, similar to how tmp file or directories are used. It aspires to provide a user-friendly API, while including useful features such as

  • launch of multiple services on docker during test setup

  • delayed test execution until the launched services are available

  • simplified use of connections to the services from a WAI server under test

  • good integration with haskell testing frameworks like hspec and tasty