Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a Known Answer Tests (KAT) framework for tasty.
With the function Test.Tasty.ExpectedFailure.expectFail in the provided module Test.Tasty.ExpectedFailure, you can mark that you expect test cases to fail, and not to pass. This can be used for test-driven development.
Nanospec is a lightweight implementation of a subset of Hspec's API with minimal dependencies.
This package provides an orphan instance that allows you to use HUnit assertions as QuickCheck properties.
This package gives users the ability to define tasty tests from Lua.
HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java.
Parts of doctest exposed as library. For use with the doctest-extract utility.
This package provides QuickCheck instances for types provided by the Haskell Platform.
This package allows on to run Doctests in a Cabal.Test.exitcode-stdio environment.
This package provides HUnit support for the test-framework package.
This library exposes internal types and functions that can be used to extend Hspec's functionality.
This package provides QuickCheck2 support for the test-framework package.
This package provides HUnit support for the Tasty Haskell test framework.
Hedgehog is a property-based testing system, in the spirit of QuickCheck. Hedgehog uses integrated shrinking, so shrinks obey the invariants of generated values by construction.
To get started quickly, see the examples: https://github.com/hedgehogqa/haskell-hedgehog/tree/master/hedgehog-example
This library provides QuickCheck properties to ensure that typeclass instances adhere to the set of laws that they are supposed to. There are other libraries that do similar things, such as genvalidity-hspec and checkers. This library differs from other solutions by not introducing any new typeclasses that the user needs to learn. /Note:/ on GHC < 8.5, this library uses the higher-kinded typeclasses (Data.Functor.Classes.Show1, Data.Functor.Classes.Eq1, Data.Functor.Classes.Ord1, etc.), but on GHC >= 8.5, it uses -XQuantifiedConstraints to express these constraints more cleanly.
This package lets programmers use SmallCheck properties in Haskell's test-framework. New projects should use ghc-tasty-smallcheck instead.
This package provides the means for integrating the hedgehog testing library with the tasty testing framework.
A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.
To properly work, the doctest package needs plenty of configuration. This library provides the common bits for writing custom Setup.hs files.
This package provides a Tasty provider for Hspec test suites.
This package provides contributed Hspec extensions.
This library provides a stable version of Hspec which is used to test the in-development version of Hspec.
Feat (Functional Enumeration of Algebraic Types) provides enumerations as functions from natural numbers to values (similar to toEnum but for any algebraic data type). This can be used for SmallCheck-style systematic testing, QuickCheck-style random testing, and hybrids of the two.
Integrate @inspection-testing@ into @tasty@ test suites.