Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork63
Run unit tests on three operating systems#285
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This doesn't exercise the A |
Yeah, the integration test was failing when I opened the PR and fixed a couple of minutes later :) Updated, also added 3.14. There is also value running the unit tests on the other operating systems, we're able to break code there too, whether it's exercises the sed code or not. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Integration tests were silently passing even when really failing -- that was fixed in#286 and so they do properly fail when failing now. And the integration tests were really failing here on Windows ("FileNotFoundError: [WinError 2] The system cannot find the file specified") and macOS ("rsync: --delete-delay: unknown option") and 3.14 ("ERROR: Failed building wheel for pillow"), so for now let's keep this PR just for unit tests after all. |
1e856ea
intopython:mainUh oh!
There was an error while loading.Please reload this page.
After removing sed in#272, we should now support Windows in addition to Linux and macOS?
Let's test them to avoid regressions.