issues
search
elm-explorations
/
test
Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
237
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow testing `∃x: p(x)`: a test passes at least once out of N tries
#235
Janiczek
opened
2 weeks ago
3
Enable custom messages for test failures while still rendering equality messages
#234
edkelly303
opened
4 months ago
0
Add missing imports in documentation
#233
jfmengels
opened
8 months ago
2
Shrinking optimization: check what part of RandomRun did a generator use
#232
Janiczek
opened
9 months ago
0
Expect.equalUnder fn
#231
Janiczek
opened
9 months ago
0
Fuzzers for functions
#230
Janiczek
opened
9 months ago
0
Rename "fuzz" and "fuzzer" to something else
#229
Janiczek
opened
10 months ago
0
Meta: show which tests are currently running
#228
Janiczek
opened
10 months ago
0
findAll with multiple selectors returns unexpected results
#227
mrwarszawa
opened
11 months ago
0
Bumps max length
#226
gampleman
closed
1 year ago
3
Sweep: Remove the RandomRun.maxLength limit and its usage
#225
Janiczek
closed
1 year ago
1
Reintroduce `Expect.true/false` with a better API?
#224
Janiczek
opened
1 year ago
1
Add Fuzz.charRange
#223
Janiczek
opened
1 year ago
0
Fuzz.forcedChoice: don't reject unexpected values?
#222
Janiczek
opened
1 year ago
0
Shrink runtime exception failures
#221
Janiczek
opened
1 year ago
0
Implement Fuzz.filterMap
#220
mbaechler
closed
9 months ago
8
Add Fuzz.uniqueList{,ofLength,ofLengthBetween}
#219
Janiczek
opened
1 year ago
0
Shrinkers could remember the best possible failing shrink for each distinct classification label set
#218
Janiczek
opened
1 year ago
0
NaN matching causes issues
#217
gampleman
opened
1 year ago
0
Better expect API
#216
gampleman
opened
1 year ago
0
Fuzzing 0 ^ -1 is sometimes +Infinity and sometimes -Infinity
#215
nunntom
opened
1 year ago
2
Fix Selector.all scope
#214
Janiczek
opened
1 year ago
0
`Selector.all` does not fail if any descendants match the given selectors
#213
decioferreira
opened
1 year ago
0
Don't render boolean attributes with a False value to match behavior of HTML property false
#212
dillonkearns
closed
1 year ago
0
A public function to modify the failure string of an Expectation
#211
Janiczek
opened
1 year ago
0
WebGL canvas not included in Test.Html tests
#210
MartinSStewart
opened
1 year ago
10
Add textExactly Selector
#209
Janiczek
closed
1 year ago
6
Fuzz.intRange vs Fuzz.uniformInt confusion
#208
Janiczek
opened
2 years ago
1
Skip values (moreso, RandomRuns) we have already tested
#207
Janiczek
opened
2 years ago
11
V2 not published
#206
stoeffel
closed
2 years ago
4
Change `shrink` to `simplify` in the Fuzz docs
#205
Janiczek
opened
2 years ago
0
Point Selector types to exposed ones
#204
jfmengels
closed
2 years ago
1
Fix examples in Fuzz docs
#203
Janiczek
closed
2 years ago
0
Rename `coverage` to `distribution`
#202
Janiczek
closed
2 years ago
4
Bump to 2.0.0
#201
Janiczek
closed
2 years ago
1
add downcast test api to help testrunners
#200
harrysarson
opened
2 years ago
2
Introduce elm-review
#199
Janiczek
opened
2 years ago
0
Vendor the Queue module
#198
Janiczek
closed
2 years ago
0
Query.has [Selector.text] does not match exact text
#197
khrynczenko
closed
1 year ago
11
Allow passing in external data
#196
Tails
closed
2 years ago
3
Tag another release?
#195
nmhancock
closed
2 years ago
2
Increase RandomRun max length from 32k to 64k
#194
Janiczek
closed
2 years ago
0
Convert Elm time travel debugger export to an Elm test
#193
Janiczek
opened
2 years ago
1
uncommon `Int` expectations handled unexpectedly
#192
lue-bird
opened
2 years ago
1
Mention elm-test-rs when listing test runners
#191
Janiczek
closed
2 years ago
3
Default runs too low
#190
gampleman
opened
2 years ago
2
Fix an off-by-one error for {runs = ...} loop
#189
Janiczek
closed
2 years ago
0
Fuzzers should exhaustively check all values of a type if possible/reasonable
#188
Janiczek
opened
2 years ago
4
Fuzzer classification and coverage
#187
Janiczek
closed
2 years ago
3
Feature request: Add a way to assert that a test fails
#186
jfmengels
opened
2 years ago
5
Next