tasty-discover 2.0.2 → 2.0.3
raw patch · 2 files changed
+8/−2 lines, 2 files
Files
- CHANGELOG.md +5/−0
- tasty-discover.cabal +3/−2
CHANGELOG.md view
@@ -8,6 +8,11 @@ [Keep a Changelog]: http://keepachangelog.com/ [Semantic Versioning]: http://semver.org/ +# 2.0.3 [2017-04-13]++### Fixed+- Make the Cabal description more clear for Hackage.+ # 2.0.2 [2017-04-13] ### Added
tasty-discover.cabal view
@@ -3,9 +3,10 @@ -- see: https://github.com/sol/hpack name: tasty-discover-version: 2.0.2+version: 2.0.3 synopsis: Test discovery for the tasty framework.-description: Prefix your test case names and tasty-discover will discover, collect and run them. All popular test libraries are covered. Configure once and then just write your tests. Avoid forgetting to add test modules to your Cabal/Hpack files. Tasty ingredients are included along with various configuration options for different use cases. Please see the `README.md` below for how to get started.+description: Automatic test discovery and runner for the tasty framework.+ Prefix your test case names and tasty-discover will discover, collect and run them. All popular test libraries are covered. Configure once and then just write your tests. Avoid forgetting to add test modules to your Cabal/Hpack files. Tasty ingredients are included along with various configuration options for different use cases. Please see the `README.md` below for how to get started. category: Testing stability: Experimental homepage: https://github.com/lwm/tasty-discover#readme