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 of self.assertEquals in test breaks tests #2213

Closed
2 tasks done
FifthPotato opened this issue Aug 16, 2024 · 1 comment
Closed
2 tasks done

Use of self.assertEquals in test breaks tests #2213

FifthPotato opened this issue Aug 16, 2024 · 1 comment
Assignees
Labels

Comments

@FifthPotato
Copy link
Contributor

FifthPotato commented Aug 16, 2024

  • main
  • 4-3-stable

On ubuntu24.
self.assertEquals should be replaced with self.assertEqual.

self.assertEquals(file_count, u'9\n')

@FifthPotato FifthPotato changed the title Use of self.assertEquals in test hook breaks tests Use of self.assertEquals in test breaks tests Aug 16, 2024
FifthPotato added a commit to FifthPotato/irods_resource_plugin_s3 that referenced this issue Aug 22, 2024
Replace all instances of assertEquals with assertEqual
Do not install unittest-xml-reporting==1.14.0
Version-sniff to avoid upgrading pip on Ubuntu 24 and later
alanking pushed a commit that referenced this issue Aug 22, 2024
Replace all instances of assertEquals with assertEqual
Do not install unittest-xml-reporting==1.14.0
Version-sniff to avoid upgrading pip on Ubuntu 24 and later
FifthPotato added a commit to FifthPotato/irods_resource_plugin_s3 that referenced this issue Aug 22, 2024
Replace all instances of assertEquals with assertEqual
Do not install unittest-xml-reporting==1.14.0
Version-sniff to avoid upgrading pip on Ubuntu 24 and later
alanking pushed a commit that referenced this issue Aug 22, 2024
Replace all instances of assertEquals with assertEqual
Do not install unittest-xml-reporting==1.14.0
Version-sniff to avoid upgrading pip on Ubuntu 24 and later
@alanking
Copy link
Contributor

@FifthPotato - Please checkbox and close. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants