Skip to content

Update test for support/os_helper.py #3433

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

Merged
merged 8 commits into from
Nov 15, 2021
Merged

Conversation

deantvv
Copy link
Contributor

@deantvv deantvv commented Nov 13, 2021

Plan to update all code under Lib/test/support.
This PR only cover the change for Lib/test/support/os_helper.py and reflect the changes necessary for other tests to use.
It is already a big one so I decide to make a PR for this and plan for others (import_helper, socket_helper...) to go for another PR.
Mostly of the part is from test.support import TESTFN --> from test.support.os_helper import TESTFN etc..

Follow up for #3424

@deantvv deantvv marked this pull request as draft November 13, 2021 03:52
@deantvv deantvv marked this pull request as ready for review November 13, 2021 10:06
@deantvv
Copy link
Contributor Author

deantvv commented Nov 14, 2021

The test failure seems not related to this PR and also failed on master CI test.

Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

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

Thanks! it looks like a huge work

@youknowone youknowone merged commit 9fa5c5a into RustPython:main Nov 15, 2021
@youknowone
Copy link
Member

I thought the failing test is only about broken CI on main branch but more windows tests looks failing

youknowone added a commit to youknowone/RustPython that referenced this pull request Nov 17, 2021
youknowone added a commit that referenced this pull request Nov 17, 2021
Revert "Merge pull request #3433 from deantvv/test-update"
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