-
Notifications
You must be signed in to change notification settings - Fork 63
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
Adding regression tests requires too much work #314
Comments
This is a pretty old ticket, but probably one of the items in the 0.6 milestone I'm best equipped to work on without a bunch of time spent staring at the code for the internals. I'm not sure I'll have something completely done by the end of next week (I'm taking the last two weeks of August off to move), but I'll take a crack at implementing something a little bit easier to work with than what we currently have. I'll likely need some assistance integrating whatever I come up with into the CI system, since I don't have much experience with CI/CD systems in general, but that's definitely not an immediate concern. |
BTW, @ChrisEPhifer , I'm hoping to land #796 soon, which means the tests are run as part of a standard |
Ah, awesome! Thanks for pointing that out. |
My current habit is to use some existing saw-script tests as templates whenever I want to create a new regression test; that works well enough, so I'm closing the ticket. |
We have a test suite in the
intTests
directory, but its growth is hindered by how cumbersome it is to add tests. Adding a test requires creating a subdirectory with multiple files, including a shell script. I would like to have a directory where I could add a new test by simply creating a new.saw
file (and possibly an expected-output file or other supporting files as necessary).The text was updated successfully, but these errors were encountered: