Skip to content

Lib/test/test_copy.py from CPython v3.8.1 #1633

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 2 commits into from
Jan 31, 2020

Conversation

youknowone
Copy link
Member

No description provided.

@palaviv
Copy link
Contributor

palaviv commented Dec 21, 2019

@youknowone I have a put the test_bool.py unittests from CPython in Lib/test. I am working on running them in the CI. The plan on how to add them is specified in #1596.

@youknowone youknowone marked this pull request as ready for review January 30, 2020 17:45
@youknowone youknowone changed the title test copy Lib/test/test_copy.py from CPython v3.8.1 Jan 30, 2020
Copy link
Contributor

@palaviv palaviv left a comment

Choose a reason for hiding this comment

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

Looks good. Again if you can mark tests with skip instead of comment out I think it is better.

@youknowone
Copy link
Member Author

commented out tests make crash instead of rust error

@youknowone youknowone force-pushed the test-copy branch 2 times, most recently from d982378 to 4ea8a61 Compare January 31, 2020 08:56
@palaviv
Copy link
Contributor

palaviv commented Jan 31, 2020

Are they failing when compiling or when you run the test? If that is when you run the test I would prefer adding @unittest.skip("TODO: RUSTPYTHON") as it would be shown clearly when running the tests.

@youknowone youknowone merged commit 696d2de into RustPython:master Jan 31, 2020
@youknowone youknowone deleted the test-copy branch January 31, 2020 12:05
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