-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[3.11] gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754) #94780
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
…ythonGH-94754) This is a quick-and-dirty way to run the C++ tests. It can definitely be improved in the future, but it should fail when things go wrong. - Run test functions on import (yes, this can definitely be improved) - Fudge setuptools metadata (name & version) to make the extension installable - Install and import the extension in test_cppext (cherry picked from commit ec5db53) Co-authored-by: Petr Viktorin <encukou@gmail.com>
Status check is done, and it's a success ✅ . |
Status check is done, and it's a success ✅ . |
Status check is done, and it's a success ✅ . |
1 similar comment
Status check is done, and it's a success ✅ . |
@encukou: Status check is done, and it's a pending ❌ . |
17 similar comments
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
Status check is done, and it's a success ✅ . |
@encukou: Status check is done, and it's a pending ❌ . |
2 similar comments
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a pending ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
10 similar comments
@encukou: Status check is done, and it's a failure ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
@encukou: Status check is done, and it's a failure ❌ . |
This is a quick-and-dirty way to run the C++ tests.
It can definitely be improved in the future, but it should fail when things go wrong.
(cherry picked from commit ec5db53)
Co-authored-by: Petr Viktorin encukou@gmail.com