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

Split functional tests into per-application files #187

Merged
merged 7 commits into from
Jan 25, 2025
Merged

Conversation

skx
Copy link
Owner

@skx skx commented Jan 25, 2025

This pull-request changes the tests that we've been using to break down one large test into a series of per-application tests.

This makes maintaining them easier and simpler. It also allows one to test a single application easily in isolation.

Once complete this will close #185

skx added 7 commits January 25, 2025 08:48
This pull-request changes the tests that we've been using to
break down one large test into a series of per-application tests.

This makes maintaining them easier and simpler.  It also allows
one to test a single application easily in isolation.
* Now we consume the "#" character when we see it.
* We fake "is pending input?" during the sleep period
  * Because otherwise we'd eat our input stream too quickly and lose it

This lets us test BBCBASIC.  Zork test cases updated, and echo too,
where the tools test for pending input to see if they should
abort/cancel their jobs.
@skx skx merged commit 97c5bc6 into master Jan 25, 2025
2 checks passed
@skx skx deleted the 185-split-tests branch January 25, 2025 07:59
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.

Make our functional testing more sustainable
1 participant