kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

Tests: Disable bracketed paste by default #379

Closed tony closed 1 year ago

tony commented 1 year ago

See https://github.com/kislyuk/argcomplete/issues/337#issuecomment-771835184

Fixes #337 #354 #365 via unittest.setupModule

tony commented 1 year ago

@kislyuk Are you open to something like this?

tony commented 1 year ago

@kislyuk This should make the downstream people mentioning this in #337 happy

Is it worth doing a PyPI release after this and pinging them perhaps?

kislyuk commented 1 year ago

I don't think this in itself warrants a release, but yes, I can roll one soon.

codecov-commenter commented 1 year ago

Codecov Report

Base: 80.59% // Head: 80.59% // No change to project coverage :thumbsup:

Coverage data is based on head (8fbf4b3) compared to base (8fbf4b3). Patch has no changes to coverable lines.

:exclamation: Current head 8fbf4b3 differs from pull request most recent head 8d961da. Consider uploading reports for the commit 8d961da to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #379 +/- ## ======================================== Coverage 80.59% 80.59% ======================================== Files 6 6 Lines 737 737 ======================================== Hits 594 594 Misses 143 143 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrey+Kislyuk). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrey+Kislyuk)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.