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

rework tests from gocheck to stdlib testing #17

Merged
merged 1 commit into from
Jul 17, 2018
Merged

rework tests from gocheck to stdlib testing #17

merged 1 commit into from
Jul 17, 2018

Commits on Jul 17, 2018

  1. rework tests from gocheck to stdlib testing

    Use the standard library testing package instead of gocheck. Switch
    from multiple assertions to table-driven tests where appropriate.
    
    Update fuzz testing support: add code to generate a diverse corpus
    based on existing parser tests, add instructions on how to run the
    fuzzer, check in the existing corpus.
    acln0 committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    57be146 View commit details
    Browse the repository at this point in the history