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: Support nose2 as testing framework instead of nose #200

Merged
merged 1 commit into from Apr 19, 2023

Conversation

jitseniesen
Copy link
Member

The nose testing framework has not done any release for well over five years and needs to be retired. This PR replace it with nose2, which is fairly similar but does not support all feautures. In particular, plugins work differently in nose2 and spyder-unittest does not report the nose2 plugins.

Fixes #178.

The nose testing framework has not done any release for well over five
years and needs to be retired. We replace it with nose2, which is
fairly similar but does not support all feautures. In particular, plugins
work differently in nose2 and spyder-unittest does not report the nose2
plugins.
@jitseniesen jitseniesen added this to the v0.6.0 milestone Apr 14, 2023
@jitseniesen jitseniesen self-assigned this Apr 14, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #200 (b3ce196) into master (d043cde) will decrease coverage by 0.67%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
Impacted Files Coverage Δ
spyder_unittest/backend/nose2runner.py 75.92% <100.00%> (ø)
spyder_unittest/backend/workers/print_versions.py 80.00% <100.00%> (-3.34%) ⬇️
spyder_unittest/widgets/unittestgui.py 85.89% <100.00%> (ø)

... and 1 file with indirect coverage changes

@jitseniesen jitseniesen merged commit a9e3cb5 into spyder-ide:master Apr 19, 2023
9 checks passed
@jitseniesen jitseniesen deleted the nose branch April 19, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for nose
2 participants