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

Addition of test suite CSV interface #192

Merged
merged 5 commits into from
Sep 24, 2024

Conversation

SinclairHudson
Copy link
Contributor

@SinclairHudson SinclairHudson commented Aug 13, 2024

Bit of a larger change to enable some more heavy-duty testing functionality.
Test suites are collections of csv files that define tests. I've added an example of a test suite, consisting of two test banks, under examples/test_suite. Each row in a csv file defines a test case. The columns of the csv file must line up with the parameters of the test type (also specified as a column). Obviously, this could use some documentation.

Very much looking for feedback on this code, on this design.

@SinclairHudson SinclairHudson marked this pull request as ready for review September 11, 2024 04:49
Copy link
Contributor

@benjaminye benjaminye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Probably good to add usage example in README.

@benjaminye benjaminye merged commit 1593c3c into georgian-io:main Sep 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants