Skip to content
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

Linking to PyCharm #223

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Linking to PyCharm #223

wants to merge 2 commits into from

Conversation

darrenburns
Copy link
Owner

Lets you click on the terminal output and will open up PyCharm at the correct file/line.

This is just a proof of concept really. Final implementation would probably let users specify what their editor is and adjust accordingly. Would also want to link to the editor from the failure output.

Here's an example of what's in this branch:

ward_jump_to_failing_test.mov

@darrenburns darrenburns added the work in progress incomplete code or a proof of concept label May 24, 2021
@codecov
Copy link

codecov bot commented May 25, 2021

Codecov Report

Merging #223 (6ccc3e4) into master (6804609) will decrease coverage by 0.09%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #223      +/-   ##
==========================================
- Coverage   77.36%   77.27%   -0.10%     
==========================================
  Files          21       21              
  Lines        1670     1672       +2     
  Branches      264      265       +1     
==========================================
  Hits         1292     1292              
- Misses        339      341       +2     
  Partials       39       39              
Impacted Files Coverage Δ
ward/_terminal.py 52.04% <0.00%> (-0.24%) ⬇️

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 6804609...6ccc3e4. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work in progress incomplete code or a proof of concept
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant