]> git.k1024.org Git - pyxattr.git/commit
Switch namespace_none test to check all calls
authorIustin Pop <iustin@k1024.org>
Tue, 26 Nov 2019 02:24:42 +0000 (03:24 +0100)
committerIustin Pop <iustin@k1024.org>
Tue, 26 Nov 2019 02:24:42 +0000 (03:24 +0100)
commit1087dece0147093d82c3cc68f5dc62f5115979ac
tree2fd5a4fd867805d985198f606e9282896b26e85f
parent454cb424aec5e251c2d8fe2bfa193b2423b0090e
Switch namespace_none test to check all calls

Instead of all input parameter types for one call. This is better
since more calls are checked, and the parameter type checking is not
the goal of this test.
test/test_xattr.py