directory. A non-empty target list will still be
searched though.
http://hackage.haskell.org/package/hspec
https://github.com/trystan/hspec
Trystan Spangler
___
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell
ot;progress" formatter to show '..F...FF.F' style output
- can use the "specdoc" formatter to show all examples (default)
- can use the "failed_examples" formatter to show only failed examples
http://hackage.haskell.org/pack
O a
-- Use in place of hspec to also give a Bool success indication
hspecB :: IO Specs -> IO Bool
http://hackage.haskell.org/package/hspec
https://github.com/trystan/hspec
Trystan Spangler
___
Haskell mailing list
Haskell@haskell.or
://hackage.haskell.org/package/hspec
https://github.com/trystan/hspec
As always, any advice, comments, or questions are welcome,
Trystan Spangler
For those who would like to see an example, using the new alternate monadic
api, running this program:
> import Test.Hspec.Monadic
>
er big thanks to everyone who had comments and suggestions,
Trystan Spangler
As an example, the program
import System.IO.Silently
main = do
putStr "putStrLn: " >> putStrLn "puppies!"
putStr "silenced: " >> silence (putStrLn "kittens
p files behind-the-scenes; I'll get to that when
I can in a week or so.
http://hackage.haskell.org/package/silently
https://github.com/trystan/silently
A big thanks to everyone who had comments and suggestions!
Trystan Spangler
___
Haskell m
Announcing Silently, a package with two simple functions to run an IO action
while preventing it from writing to stdout (or the given handle):
silently :: IO a -> IO a
hSilently :: Handle -> IO a -> IO a
An example in GHCI:
Prelude> :m + System.IO.Silently
Prelude System.IO.Silently> let pr
/hspec
As always, any advice, comments, or questions are welcome,
Trystan Spangler
For those who would like to see an example, running this program:
> import Test.Hspec
> import Test.Hspec.HUnit
> import Test.Hspec.QuickCheck (property)
> import Test.HUnit (assertBool, assertEqual)
>
hspec, Behavior Driven Development for Haskell, is now version 0.2.0 and on
Hackage!
hspec version 0.2.0
- still allows boolean expressions or QuickCheck properties to act as examples
- still allows examples to be pending
- now allows HUnit test to act as examples
- now catches exceptions and
How do I get a password for Hackage?
I got a username but I have no idea what my password is and I can't find how to
reset it or get a new one.
Thanks a bunch,
Trystan Spangler
___
Haskell mailing list
Haskell@haskell.org
http://www.haskel
10 matches
Mail list logo