Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add property based tests #66

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
83e73e1
provide custom isEqual function
Sep 15, 2018
67b478c
Add isEqual prop to FieldArray component
Oct 10, 2018
fccf5eb
Merge branch 'master' of github.com:final-form/react-final-form-arrays
Nov 30, 2018
2cae241
Reproduce a bug with properties, no generators
Dec 1, 2018
4ddb329
Add pre and postconditions
Dec 1, 2018
d153ffb
Implement full-blown model-based tests
Dec 2, 2018
2cf971f
Better checks for add field, example for an issue
Dec 2, 2018
8654521
Add insert command
Dec 2, 2018
20d0b58
Add Pop command
Dec 2, 2018
f4ea6fb
prepare model structure to hold field state
Dec 2, 2018
4fde29f
Storie field meta as data attributes
Dec 2, 2018
fd2bf28
Update fast-check version
Dec 2, 2018
23c967a
Check if metadata is correct
Dec 2, 2018
a4c3601
Add push command
Dec 2, 2018
9bdef17
add remove command
Dec 2, 2018
afcc1f7
Add shift command
Dec 2, 2018
6bf157b
Remove AddField command, improve command names
Dec 2, 2018
916f9e3
Implement swap command
Dec 2, 2018
fad5118
simplify postconditions
Dec 2, 2018
696b98c
Add update command, refactor events
Dec 2, 2018
72347c0
Implement unshift command
Dec 2, 2018
5887532
Simplify setup function
Dec 2, 2018
bdac0a2
Generate initial values
Dec 3, 2018
40463c6
Fix the way pristine is calculated
Dec 3, 2018
dfec50b
Convert null values to empty string
Dec 3, 2018
b14f608
undo changes in irrelevant files
Dec 3, 2018
b62ed5d
Uncomment failing commands
Feb 4, 2019
394064c
Merge branch 'master' into property-based-testing
erikras Mar 29, 2019
de5cf2b
Merge branch 'master' into property-based-testing
erikras Jul 11, 2019
c1f202e
Some fixes to align with library assumptions
erikras Jul 15, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading