diff options
author | aldot <rep.dot.nop@gmail.com> | 2015-11-10 21:53:12 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-12 03:56:05 +0000 |
commit | 2431c62846ad2168d0585cceaf818588700b3bbf (patch) | |
tree | 7f66accd512c0576582e722e5ec6ec61e65a60ea | |
parent | 08c5b0684def433b1310267fe242a545cc49c923 (diff) | |
download | patchwork-2431c62846ad2168d0585cceaf818588700b3bbf.tar patchwork-2431c62846ad2168d0585cceaf818588700b3bbf.tar.gz |
TODO: cleanup deprecated unittest aliases
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
-rw-r--r-- | docs/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,3 +14,5 @@ * pwclient: add example scripts (eg, git post-commit hook) to online help * pwclient: case-insensitive searches for author and project name * changing primary email addresses for accounts +* sed -i -e "s/\(assertEqual\)s/\1/g" $(git grep -l assertEquals) + and all in: https://docs.python.org/2/library/unittest.html#deprecated-aliases |