Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

how to contribute by cpython unittest#6

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

Merged
youknowone merged 1 commit intoRustPython:masterfromyouknowone:by-cpython
Apr 4, 2020

Conversation

@youknowone
Copy link
Member

No description provided.

Copy link
Member

@coolreader18coolreader18 left a comment

Choose a reason for hiding this comment

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

Great job, this is a really good guide!

1. At least it must be able to start to run the test. Fix the test code or bug until it runs at least a single unit of the test. Typically, unimplemented stdlib or missing files of unittest can make issues. Sometimes RustPython bugs make issues too.
2. If any test is not loadable by `SyntaxError`, that part is required to be commented out.
3. If any test leads to a crash of RustPython, this code is not possible to run. Mark the test to skip.
4. If any test is run but fails, this is an incompatibility issue. Mark the test as an expected failure.
Copy link
Member

Choose a reason for hiding this comment

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

Maybe mention the convention we have here ofTODO: RUSTPYTHON in skip messages orexpectedFailure comments?

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

I added that part

@youknowoneyouknowone merged commitfb3db0f intoRustPython:masterApr 4, 2020
@youknowoneyouknowone deleted the by-cpython branchApril 6, 2020 17:17
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@palavivpalavivpalaviv approved these changes

@coolreader18coolreader18coolreader18 approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@youknowone@palaviv@coolreader18

[8]ページ先頭

©2009-2025 Movatter.jp