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

Reorganize integration tests #186

Merged
merged 2 commits into from
Oct 27, 2023
Merged

Conversation

AsherGlick
Copy link
Owner

When experimenting it turns out the entire test harness was broken, so none of this can really be split out easily because the base system was incorrect and fixing it just to replace it felt like a waste.

  • All inputs and expected outputs are directories
  • Valid test cases are combined
  • A bug with directory concatenation was fixed in xml_converter
  • Diff output is no longer randomly censored
  • Test cases were moved from JSON to Python to more easily dictate typing. This may change again in the future based on the needs of the test suites.

When experimenting it turns out the entire test harness was broken, so none of this can really be split out easily because the base system was incorrect and fixing it just to replace it felt like a waste.

* All inputs and expected outputs are directories
* Valid test cases are combined
* A bug with directory concatination was fixed in xml_converter
* Diff output is no longer randomly censored
* Test cases were moved from JSON to Python to more easily dictate typing. This may change again in the future based on the needs of the test suites.
* Test suite runs properly on the current revision of code.
@AsherGlick AsherGlick merged commit 991d6ae into xml_converter Oct 27, 2023
12 checks passed
@AsherGlick AsherGlick deleted the reorg_integration_tests branch October 27, 2023 05:25
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