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

Use pytest instead of unittest #628

Merged
merged 18 commits into from
Jun 21, 2024
Merged

Use pytest instead of unittest #628

merged 18 commits into from
Jun 21, 2024

Conversation

giampaolo
Copy link
Owner

@giampaolo giampaolo commented Jun 20, 2024

Mostly because:

  • it lets us use bare assert statements as opposed to self.assert*
  • the test runner automatically catches and prints lots of warnings which we want to solve

Extras:

  • get rid of pyftpdlib/test/runner.py
  • get rid of Codecov external service

@giampaolo giampaolo merged commit 9d697bc into master Jun 21, 2024
7 of 8 checks passed
@giampaolo giampaolo deleted the use-pytest branch June 21, 2024 00:03
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.

1 participant