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

Fix unit tests and switch to pytest #792

Merged
merged 7 commits into from Feb 17, 2022

Conversation

diegogangl
Copy link
Contributor

This PR switches nose for pytest. Also fixes two failing unit tests (from recent changes) and a small typo in quick add that was also causing the tests to fail.

closes #773

Nose has been unmaintained for a few years now and is finally broken
in Python 3.10, so it's time to switch.
@diegogangl diegogangl changed the title New tests Fix unit tests and switch to pytest Feb 17, 2022
@diegogangl diegogangl merged commit 7b938bf into getting-things-gnome:master Feb 17, 2022
@nekohayo nekohayo added the maintainability Automated tests suite, tooling, refactoring, or anything that makes it easier for developers label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement maintainability Automated tests suite, tooling, refactoring, or anything that makes it easier for developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nose is unmaintained and we need to switch [RFC]
2 participants