]> git.k1024.org Git - pyxattr.git/commit
Add helpers to test suite for easier checking
authorIustin Pop <iusty@k1024.org>
Fri, 23 May 2014 15:36:44 +0000 (17:36 +0200)
committerIustin Pop <iusty@k1024.org>
Fri, 23 May 2014 15:36:44 +0000 (17:36 +0200)
commit9f1eccc705771125d88e6f9214c1bd25977c668f
treef997963eecb225a15b264d550f40ff631c9431ae
parentbeadf7f94f9fdffa6c988f311c5cc322154361b7
Add helpers to test suite for easier checking

Since the _ignore/_ignore_tuples methods are always called with
assertEqual, let's add two wrappers to simplify the code a bit.
test/test_xattr.py