kislyuk / argcomplete

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

Test that completer tracebacks are suppressed #340

Closed evanunderscore closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #340 (4187ca2) into develop (3b92191) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #340   +/-   ##
========================================
  Coverage    82.67%   82.67%           
========================================
  Files            7        7           
  Lines          756      756           
========================================
  Hits           625      625           
  Misses         131      131           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3b92191...4187ca2. Read the comment docs.

evanunderscore commented 3 years ago

This doesn't actually appear to capture the exception output.