issues
search
reiddraper
/
simple-check
QuickCheck for Clojure
http://reiddraper.github.io/simple-check/
286
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Adds "gen/" to examples where it was missing.
#57
defndaines
closed
10 years ago
1
Adds missing brace
#56
defndaines
closed
10 years ago
1
ensure that rand-range yields values inclusive of both lower & upper bounds, fixes gh-54
#55
cemerick
closed
10 years ago
1
`choose` excludes its upper bound
#54
hypirion
closed
10 years ago
2
Could not locate cemerick/pprng.clj on classpath
#53
jstepien
closed
10 years ago
6
Fix default-argument defspec macro usage
#52
cemerick
closed
10 years ago
1
Fn interpose-twice-the-length always returns true
#51
jafingerhut
closed
10 years ago
1
exclude-nth doc string is misplaced
#50
jafingerhut
closed
10 years ago
0
Fix a typo in an example
#49
miikka
closed
10 years ago
1
Default test count option in defspec is broken
#48
hypirion
closed
10 years ago
4
Implicitly bind properties given to for-all
#47
hypirion
closed
10 years ago
2
pos-int is confusingly named
#46
gfredericks
closed
10 years ago
5
Add ability to customize test output when a test fails
#45
shepmaster
closed
10 years ago
4
Correct typos in docstrings
#44
shepmaster
closed
10 years ago
1
Fix typo
#43
r00k
closed
10 years ago
2
fix generators/rand-range to handle/emit the full range of longs, fixes gh-37
#42
cemerick
closed
10 years ago
0
Handle sigint
#41
reiddraper
closed
10 years ago
1
Allow for a max shrink time in quick-check
#40
dm3
closed
10 years ago
3
Fix/cleanup docstrings
#39
gfredericks
closed
11 years ago
0
Allow sized maps
#38
tcrayford
closed
10 years ago
0
generators/rand-range's range is only half that of JVM integers
#37
cemerick
closed
10 years ago
3
Float generator?
#36
ifesdjeen
closed
10 years ago
11
Eagerly throw a helpful exception when elements is called on an empty collection
#35
gfredericks
closed
11 years ago
0
Exceptions thrown by generators aren't caught
#34
gfredericks
closed
10 years ago
2
rose-filter assumes too much?
#33
gfredericks
closed
10 years ago
3
Integer generators wrapping at 99?
#32
Misophistful
closed
11 years ago
4
fix typo
#31
also
closed
11 years ago
0
README typo
#30
alandipert
closed
11 years ago
0
hash-map generator makes maps with values that match the generators supp...
#29
AlexBaranosky
closed
11 years ago
3
generators/one-of does not seem to shrink across provided generators.
#28
cstorey
closed
11 years ago
4
Fix bytes
#27
aphyr
closed
11 years ago
0
generators.clj: no longer an executable file
#26
aphyr
closed
11 years ago
0
Compose shrinks when creating generators
#25
reiddraper
closed
11 years ago
6
string generator never produces an empty string
#24
Chouser
closed
11 years ago
2
make the default-times arg to defspec optional
#23
tcrayford
closed
11 years ago
0
Keyword shrinking
#22
si14
closed
11 years ago
8
Shrink doesn't work with empty list.
#21
sonntag
closed
11 years ago
1
Add a ratio generator
#20
gfredericks
closed
11 years ago
10
Fix broken link in README
#19
gfredericks
closed
11 years ago
0
More generators
#18
si14
closed
11 years ago
4
Update README.md
#17
seliopou
closed
11 years ago
0
Use numerical comparison, so we don't get 100 != 1e2
#16
ztellman
closed
11 years ago
0
fix reflection warnings, and remove unused 'diff' function
#15
ztellman
closed
11 years ago
0
naming consistency
#14
tsantero
closed
11 years ago
1
reflection warnings
#13
AlexBaranosky
closed
11 years ago
1
macro modifications
#12
AlexBaranosky
closed
11 years ago
11
Make API portable to ClojureScript
#11
cemerick
closed
10 years ago
13
Add nested property support
#10
reiddraper
closed
10 years ago
8
Handle long tests or shrinks
#9
reiddraper
closed
10 years ago
1
shrink-seq doesn't shrink
#8
cemerick
closed
11 years ago
3
Next