We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b030a commit da8b7dfCopy full SHA for da8b7df
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changes
2
3
+## 0.5.3
4
+
5
+- missing char in `Gen.char` (close #23)
6
+- add `test` and `doc` to opam
7
+- add `small_list` generator
8
+- add `~long_factor` to tests and runner, for long tests
9
+- add more examples in readme, better doc for runners
10
+- improved reporting when running qcheck tests
11
+- add `Test.get_count` on test cells
12
13
## 0.5.2
14
15
- Add cli option for backtraces in `QCheck_runner`
_oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: qcheck
-Version: 0.5.2
+Version: 0.5.3
Homepage: https://github.com/c-cube/qcheck
Authors: Simon Cruanes, Vincent Hugot
License: LGPL
0 commit comments