8000 [3.12] gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265) by vstinner · Pull Request #109677 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265) #109677

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
Oct 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
gh-108303: Add Lib/test/tokenizedata to TESTSUBDIRS (#109314)
(cherry picked from commit 42ab2cb)
  • Loading branch information
sobolevn authored and vstinner committed Sep 21, 2023
commit 2bf3cc8e145b03376007b7f42bea108135b89a80
1 change: 1 addition & 0 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -2225,6 +2225,7 @@ TESTSUBDIRS= idlelib/idle_test \
test/test_zipfile/_path \
test/test_zoneinfo \
test/test_zoneinfo/data \
test/tokenizedata \
test/tracedmodules \
test/typinganndata \
test/xmltestdata \
Expand Down
0