[PATCH] D71057: [LNT] Replace assertEquals for assertEqual
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 05:07:23 PST 2019
thopre created this revision.
thopre added reviewers: cmatthews, hubert.reinterpretcast, kristof.beyls.
thopre added a parent revision: D68829: [LNT] Python 3 support: Parse HTML as text.
assertEquals is a deprecated alias for assertEqual so this commit
replaces all assertEquals by assertEqual.
https://reviews.llvm.org/D71057
Files:
tests/server/reporting/analysis.py
tests/server/ui/change_processing.py
tests/server/ui/test_api.py
tests/server/ui/test_api_modify.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71057.232316.patch
Type: text/x-patch
Size: 14626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191205/2421e4b4/attachment.bin>
More information about the llvm-commits
mailing list