Skip to content

Conversation

@gvanrossum
Copy link
Member

@gvanrossumgvanrossum commented Jan 5, 2023

  • This doesn't cover everything (far from it) but it's a start.
  • This uses pytest, which isn't ideal, but was quickest to get started.

@bedevere-botbedevere-bot mentioned this pull request Jan 5, 2023
@bedevere-botbedevere-bot added the tests Tests in the Lib/test dir label Jan 5, 2023
import generate_cases


def run_test(input: str, expected: str):
Copy link
Member

Choose a reason for hiding this comment

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

Maybe run_cases_test, because we will also have a run_metadata test?

gvanrossumand others added 3 commits January 5, 2023 14:09
- This doesn't cover everything (far from it) but it's a start. - This uses pytest, which isn't ideal, but was quickest to get started.
In anticipation of run_opcode_test().
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
@gvanrossum
Copy link
MemberAuthor

Ready for review again.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@gvanrossum@iritkatriel@kumaraditya303@bedevere-bot