-
```
cumae:bloodhound callen$ cabal sandbox init
Config file path source is default config file.
Config file /Users/callen/.cabal/config not found.
Writing default configuration to /Users/callen/.cabal…
-
テストツールもちゃんと触ってみたいんで、もしよかったらなんか入れませんか?
個人的にはunitテスト型が好みなので`HUnit` かなーとか思ってるんですが、まあお好きに〜!
-
OS: CentOS 6 (Linux 2.6.32-279.19.1.el6.x86_64 #1 SMP x86_64 x86_64 x86_64)
GHC: version 7.4.2
Had to bump a couple of dependencies: test-framework (to 0.8) and test-framework-hunit (to 0.3.0), as ol…
-
**Reporter: keon@nacse.org**
**Date: 2004/08/12 - 01:13**
```
Not sure if this is a bug or just a reserved keyword problem, but I am unable to
use a shapefile named "units" until I change its name. …
-
Hello,
Is it possible to when I do stack test the output of this get colorized.
So failed tests are red and succeed tests are green.
Roelof
ghost updated
7 years ago
-
It's time to start implementing some benchmarks. One question I have is whether our benchmarks should include assertions/checks.
I think I'd like our benchmarks to be in a separate package that's d…
-
https://github.com/well-typed/falsify/blob/f490150f3c810d6d019ff66d8f94aa3456502df9/lib/src/Test/Falsify/Internal/Driver/Tasty.hs#L67-L69
This will cease to be true in `tasty-1.5`. It would be grea…
-
Once we've finished with the follow-ups to hackworthltd/vonnegut#765 which convert our unit tests to use `tasty-hunit` (#801, hackworthltd/vonnegut#802 etc.), we could pass e.g. `--hedgehog-tests 1000…
-
This works:
```
{-# LANGUAGE TemplateHaskell #-}
module ResponseTest where
import Test.Framework.TH
import Test.Framework.Providers.QuickCheck2
main = $(defaultMainGenerator)
prop_reverse xs = rev…
-
Detail: https://gist.github.com/fetburner/6413119