]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98831: Add some tests for generate_cases.py (#100763)
authorGuido van Rossum <guido@python.org>
Fri, 6 Jan 2023 16:04:20 +0000 (08:04 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2023 16:04:20 +0000 (08:04 -0800)
commit9ffbc58f5cb6d2b002f8785886588d646af517db
treeaa7a2197118955b81ab8494c8f713a28628e6a24
parent0e640260dac2db081e56f52f8efb0e43e463ff2f
GH-98831: Add some tests for generate_cases.py (#100763)

- 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.

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tools/cases_generator/test_generator.py [new file with mode: 0644]