パッケージ: hspec-discover (2.5.5-1)
hspec-discover に関するリンク
Debian の資源:
haskell-hspec-discover ソースパッケージをダウンロード:
- [haskell-hspec-discover_2.5.5-1.dsc]
- [haskell-hspec-discover_2.5.5.orig.tar.gz]
- [haskell-hspec-discover_2.5.5-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [hspec.github.io]
類似のパッケージ:
Automatically discover and run Hspec tests
It is a useful convention to have one spec file for each source file. That way it is straightforward to find the corresponding spec for a given piece of code. But it requires error prone, and neither challenging nor interesting boiler plate code. So it should be automated. Hspec provides a solution for that. It makes creative use of GHC's support for custom preprocessors. The developer only has to create a test driver that contains a single line.
A complete example is at https://github.com/hspec/hspec-example.
その他の hspec-discover 関連パッケージ
|
|
|
|
-
- dep: libatomic1 (>= 4.8)
- __atomic ビルトイン関数を提供するサポートライブラリ
-
- dep: libc6 (>= 2.27)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libffi6 (>= 3.0.4)
- Foreign Function Interface ランタイムライブラリ
-
- dep: libgmp10
- 多倍長精度演算ライブラリ