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

PR: Update to Spyder 5.2 API #166

Merged
merged 7 commits into from
Jan 6, 2022
Merged

Conversation

jitseniesen
Copy link
Member

I tested by hand that the main functionality works, though I did not test everything. All automatic tests internal to the plugin pass, but I disabled the tests that check the interaction with other plugins because it seems quite hard to port them.

Fixes #163

Only look for 'no test ran' in the last line of the pytest output, in case
it appears in the output of the tests themselves.
Skip most of the plugin tests for now, because they test interaction with
other plugins and it is not clear to me how to test that.
This ensures that the style (light/dark) of Spyder is inherited.
@jitseniesen jitseniesen added this to the v0.5.0 milestone Jan 3, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2022

Codecov Report

Merging #166 (053d0a7) into master (fc29baa) will increase coverage by 87.75%.
The diff coverage is 63.43%.

Impacted Files Coverage Δ
spyder_unittest/unittestplugin.py 45.76% <43.37%> (ø)
spyder_unittest/widgets/unittestgui.py 83.79% <95.91%> (ø)
spyder_unittest/backend/pytestrunner.py 100.00% <100.00%> (ø)
spyder_unittest/backend/__init__.py 100.00% <0.00%> (ø)
spyder_unittest/backend/frameworkregistry.py 100.00% <0.00%> (ø)
spyder_unittest/backend/pytestworker.py 94.87% <0.00%> (ø)
spyder_unittest/backend/noserunner.py 88.70% <0.00%> (ø)
spyder_unittest/backend/abbreviator.py 100.00% <0.00%> (ø)
spyder_unittest/backend/zmqstream.py 100.00% <0.00%> (ø)
... and 8 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin does not work with Spyder 5
2 participants