We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rye test
python -m pytest
breakpoint()
It would drop you in a pdb session with a working prompt
pdb
it drops you in a pdb session, but there is no prompt and it's not possible to do anything
There are 2 things, one i'm not sure if it should be considered a bug to be honest:
rye test --no-capture
Ctrl-C
rye 0.34.0 commit: 0.34.0 (1980-01-01) platform: macos (x86_64) self-python: [email protected] symlink support: true uv enabled: true
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
breakpoint()
anywhere in a testrye test
orpython -m pytest
Expected Result
It would drop you in a
pdb
session with a working promptActual Result
it drops you in a
pdb
session, but there is no prompt and it's not possible to do anythingThere are 2 things, one i'm not sure if it should be considered a bug to be honest:
rye test
, you can dorye test --no-capture
and it works as expectedpython -m pytest
leaves you in the pdb session with no prompt, and also unable toCtrl-C
out of itVersion Info
Stacktrace
No response
The text was updated successfully, but these errors were encountered: