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

Migrate tests to pytest #59

Merged
merged 7 commits into from
Sep 2, 2019
Merged

Migrate tests to pytest #59

merged 7 commits into from
Sep 2, 2019

Conversation

mattijn
Copy link
Owner

@mattijn mattijn commented Sep 2, 2019

Changed the self.assertEqual() and its variants assertListEqual(), assertTrue(), assertSequenceEqual(), assertFalse() etc to the pytest variant assert x == y

Some tests had different output, but upon inspecting the current generated output is right and so changed test assertions in a few cases.

@mattijn mattijn merged commit ab86455 into master Sep 2, 2019
@mattijn mattijn deleted the migrate-tests-to-pytest branch January 17, 2020 20:25
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.

None yet

1 participant