Popularity
5.2
Declining
Activity
0.0
Stable
12
4
0
Monthly Downloads: 1
Programming language: Haskell
License: LicenseRef-PublicDomain
Tags:
Testing
Latest version: v0.1.0.2
shadower alternatives and similar packages
Based on the "Testing" category.
Alternatively, view shadower alternatives based on common mentions on social networks and blogs.
-
curl-runnings
A declarative test framework for quickly and easily writing integration tests against JSON APIs. -
monad-mock
DISCONTINUED. A Haskell package that provides a monad transformer for mocking mtl-style typeclasses [GET https://api.github.com/repos/cjdev/monad-mock: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
quickcheck-arbitrary-adt
Typeclass for generating a list of each instance of a sum type's constructors -
test-fixture
DISCONTINUED. Testing with monadic side-effects [GET https://api.github.com/repos/cjdev/test-fixture: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
test-framework-th
Automagically (using Template Haskell) generates the Haskell-code you need when using HUnit -
tasty-ant-xml
A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of shadower or a related project?
README
shadower 
Shadower watches a folder that you specify, and runs doctests in any Haskell sources in the folder that are modified
Setup
Shadower is published on hackage
cabal update
cabal install shadower
Usage
To monitor a specific path
shadower <path to monitor>
To monitor the current folder
shadower