]> git.k1024.org Git - pyxattr.git/history - test/test_xattr.py
Minor whitespace cleanup
[pyxattr.git] / test / test_xattr.py
2019-11-26 Iustin PopRename test/ → tests/
2019-11-26 Iustin PopRework and expand the mixed access test
2019-11-26 Iustin PopTests: ensure resources as closed in subject tests
2019-11-26 Iustin PopRun tests on file io streams as well
2019-11-26 Iustin PopAdd support for Path-like objects in Python 3.6+
2019-11-26 Iustin PopSwitch namespace_none test to check all calls
2019-11-25 Iustin PopRun name tests as (encoded) bytes too
2019-11-25 Iustin PopTests: remove_on_missing applies to symlinks as well
2019-11-25 Iustin PopTests: small py3 cleanup
2019-11-25 Iustin PopSplit the other monolitic test function
2019-11-25 Iustin PopSplit the monolithic ListSetGetDeprecated test
2019-11-25 Iustin PopIntroduce an any_subject fixture which includes symlinks
2019-11-25 Iustin PopAdd explicit test for symlink creation failure
2019-11-25 Iustin PopReduce manyops count
2019-11-25 Iustin PopConvert test suite to pytest
2019-11-25 Iustin Poptests: stop trying to set user attributes on symlinks
2019-11-25 Iustin Poptests: move helper function outside the test class
2019-11-25 Iustin Poptests: move constants outside the class
2018-07-24 Iustin PopFurther test suite fixes to symlink ops
2018-07-24 Iustin PopTests: fix symlink testing
2018-07-24 Iustin PopTests: introduce an alias for NS_USER
2016-11-14 Iustin PopExpand the testing of invalid arguments
2016-11-13 Iustin PopTest writing large values
2016-10-25 Iustin PopAdd a makefile coverage target
2016-10-25 Iustin PopA few small improvements to the test suite
2016-05-01 Iustin PopMerge pull request #9 from ahknight/osx-support
2016-04-09 Adam KnightAdded support for OS X's slightly different xattr calls.
2014-05-23 Iustin PopAdd helpers to test suite for easier checking
2014-05-23 Iustin PopMake the environment variable TEST_DIR match the python var
2014-05-23 Iustin PopMerge pull request #3 from jborg/surrogateescape
2014-05-23 Iustin PopMerge pull request #4 from edelkind/master
2014-05-23 Iustin PopMerge pull request #5 from quantheory/master
2014-03-10 Sean Patrick SantosFix tests when tmp files have attributes.
2012-12-21 Mike GilbertPython 2.5 can't parse byte literals, so use bytes...
2012-05-15 Iustin PopComplete the change of namespace handling
2012-05-15 Iustin PopFix bug in get_all for empty namespace handling
2012-05-15 Iustin PopFix two missing close() class in tests
2012-05-15 Iustin PopRemove use of deprecated fail* test functions
2008-12-14 Iustin PopAdd python 3 support
2008-12-11 Iustin PopAdd script to run tests
2008-06-30 Iustin Popunittests: enhance symlink tests
2008-06-30 Iustin PopMerge branch 'fixes' into new_style
2008-06-29 Iustin Popunittests: add many checks for namespace ops
2008-06-29 Iustin PopAdd new-style list function
2008-06-29 Iustin Popunittests: allow changing the test dir
2008-06-29 Iustin PopAdd new-style remove function
2008-06-29 Iustin PopAdd the new-style get function
2008-06-29 Iustin PopAdd new-style set() function
2008-06-29 Iustin PopAdd unittests for the get_all function
2008-03-09 Iustin PopAdd some unittests