-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
gh-108303: Add Lib/test/test_cppext/ sub-directory #108325
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
Conversation
vstinner
commented
Aug 22, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Move test_cppext to its own directory
- Rename setup_testcppext.py to setup.py
- Rename _testcppext.cpp to extension.cpp
- The source (extension.cpp) is now also copied by the test.
- Issue: Move test files into test subdirectories #108303
* Move test_cppext to its own directory * Rename setup_testcppext.py to setup.py * Rename _testcppext.cpp to extension.cpp * The source (extension.cpp) is now also copied by the test.
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @vstinner, I could not cleanly backport this to |
GH-108328 is a backport of this pull request to the 3.12 branch. |
…8325) * Move test_cppext to its own directory * Rename setup_testcppext.py to setup.py * Rename _testcppext.cpp to extension.cpp * The source (extension.cpp) is now also copied by the test. (cherry picked from commit 21dda09) Co-authored-by: Victor Stinner <[email protected]>
* Move test_cppext to its own directory * Rename setup_testcppext.py to setup.py * Rename _testcppext.cpp to extension.cpp * The source (extension.cpp) is now also copied by the test. (cherry picked from commit 21dda09)
GH-108336 is a backport of this pull request to the 3.11 branch. |
…#108328) gh-108303: Add Lib/test/test_cppext/ sub-directory (GH-108325) * Move test_cppext to its own directory * Rename setup_testcppext.py to setup.py * Rename _testcppext.cpp to extension.cpp * The source (extension.cpp) is now also copied by the test. (cherry picked from commit 21dda09) Co-authored-by: Victor Stinner <[email protected]>