arion alternatives and similar packages
Based on the "Testing" category.
Alternatively, view arion alternatives based on common mentions on social networks and blogs.
-
hedgehog
Release with confidence, state-of-the-art property testing for Haskell. -
quickcheck-state-machine
Test monadic programs using state machine based models -
smallcheck
Test your Haskell code by exhaustively checking its properties -
curl-runnings
A declarative test framework for quickly and easily writing integration tests against JSON API's. -
ghc-prof-flamegraph
Generates data to be used with flamegraph.pl from .prof files. -
monad-mock
A Haskell package that provides a monad transformer for mocking mtl-style typeclasses -
test-framework
Framework for running and organising QuickCheck test properties and HUnit test cases -
tasty-hedgehog
Tasty integration for the Hedgehog property testing library -
should-not-typecheck
A HUnit/hspec assertion to verify that an expression does not typecheck -
hspec-golden-aeson
Use tests to monitor changes in Aeson serialization -
quickcheck-arbitrary-adt
Typeclass for generating a list of each instance of a sum type's constructors -
test-framework-th
Automagically (using Template Haskell) generates the Haskell-code you need when using HUnit -
test-framework-sandbox
test-sandbox support for the test-framework package -
markov-chain-usage-model
Computations for Markov chain usage models
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of arion or a related project?
README
Arion
Homer said in Iliad
...there is no man that shall catch thee by a burst of speed, neither pass thee by, nay, not though in pursuit he were driving goodly Arion, the swift horse of Adrastus, that was of heavenly stock... Homer
Arion helps you make red-green-refactor quick and efficient when working with hspec tests
It watches the file system for change in source or test code and selectively runs hspec tests by creating an association between source and test files
Usage
cabal update
cabal install arion
arion [folder-to-watch] [folder with source files] [folder with test files]
or
arion --help