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

Commits on Sep 15, 2018

  1. provide custom isEqual function

    Maciej Myśliński committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    83e73e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Add isEqual prop to FieldArray component

    Maciej Myśliński committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    67b478c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    fccf5eb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Reproduce a bug with properties, no generators

    Maciej Myśliński committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    2cae241 View commit details
    Browse the repository at this point in the history
  2. Add pre and postconditions

    Maciej Myśliński committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    4ddb329 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Implement full-blown model-based tests

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    d153ffb View commit details
    Browse the repository at this point in the history
  2. Better checks for add field, example for an issue

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    2cf971f View commit details
    Browse the repository at this point in the history
  3. Add insert command

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    8654521 View commit details
    Browse the repository at this point in the history
  4. Add Pop command

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    20d0b58 View commit details
    Browse the repository at this point in the history
  5. prepare model structure to hold field state

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    f4ea6fb View commit details
    Browse the repository at this point in the history
  6. Storie field meta as data attributes

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    4fde29f View commit details
    Browse the repository at this point in the history
  7. Update fast-check version

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    fd2bf28 View commit details
    Browse the repository at this point in the history
  8. Check if metadata is correct

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    23c967a View commit details
    Browse the repository at this point in the history
  9. Add push command

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    a4c3601 View commit details
    Browse the repository at this point in the history
  10. add remove command

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    9bdef17 View commit details
    Browse the repository at this point in the history
  11. Add shift command

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    afcc1f7 View commit details
    Browse the repository at this point in the history
  12. Remove AddField command, improve command names

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    6bf157b View commit details
    Browse the repository at this point in the history
  13. Implement swap command

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    916f9e3 View commit details
    Browse the repository at this point in the history
  14. simplify postconditions

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    fad5118 View commit details
    Browse the repository at this point in the history
  15. Add update command, refactor events

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    696b98c View commit details
    Browse the repository at this point in the history
  16. Implement unshift command

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    72347c0 View commit details
    Browse the repository at this point in the history
  17. Simplify setup function

    Maciej Myśliński committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    5887532 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Generate initial values

    Maciej Myśliński committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    bdac0a2 View commit details
    Browse the repository at this point in the history
  2. Fix the way pristine is calculated

    Maciej Myśliński committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    40463c6 View commit details
    Browse the repository at this point in the history
  3. Convert null values to empty string

    Maciej Myśliński committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    dfec50b View commit details
    Browse the repository at this point in the history
  4. undo changes in irrelevant files

    Maciej Myśliński committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    b14f608 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Uncomment failing commands

    Maciej Myśliński committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    b62ed5d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    394064c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    de5cf2b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    c1f202e View commit details
    Browse the repository at this point in the history