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

Convert from unittest.TestCase to py.test #453

Merged
merged 6 commits into from
Aug 29, 2023

Conversation

kamilturek
Copy link
Contributor

Closes #245.

@digitalresistor
Copy link
Member

Could you run black across the code base for this PR please?

@kamilturek
Copy link
Contributor Author

@digitalresistor Done ✅

@digitalresistor
Copy link
Member

@digitalresistor Done ✅

run it across the whole code base please. It looks like black switched some of their formatting again and it is reformatting some other files. That'll help the lint stage pass!

@kamilturek
Copy link
Contributor Author

@digitalresistor Ah, got you. I did that and fixed also isort errors. All lint checks pass now ✅

@digitalresistor digitalresistor merged commit 3886b9b into Pylons:main Aug 29, 2023
25 checks passed
@kamilturek kamilturek deleted the unittest-to-pytest branch August 29, 2023 19:46
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.

Convert from unittest.TestCase to py.test
2 participants