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

TestCaseReader for non-json test vectors #136

Merged
merged 13 commits into from
Dec 1, 2020
Merged

TestCaseReader for non-json test vectors #136

merged 13 commits into from
Dec 1, 2020

Conversation

brycx
Copy link
Member

@brycx brycx commented Dec 1, 2020

This implements a more generic TestCaseReader for test vectors not in JSON format. Given a file and a ordered list of fields defining a single test case, this makes it easier to parse test cases in a file. It rids us of the conversion Python scripts and having essentially two test vector files for one set (original and formatted).

Test vector files have also been moved to create better ordering amongst them.

Closes #129

@brycx brycx added testing All testing, except for fuzzing related improvement General improvements to code labels Dec 1, 2020
@brycx brycx merged commit 451d72b into master Dec 1, 2020
@brycx brycx deleted the refac-tests branch December 1, 2020 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement General improvements to code testing All testing, except for fuzzing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor tests for test vectors
1 participant