]> git.k1024.org Git - pylibacl.git/history - tests/test_acls.py
Update .gitignore file
[pylibacl.git] / tests / test_acls.py
2023-04-24 Iustin PopFix acl_copy_int test naming and unhide a test
2023-04-24 Iustin PopFix yet another acl_copy_int test that is causing segfaults
2023-04-22 Iustin PopAdd another (risky) tests for __setstate__ behaviour
2023-04-22 Iustin PopTry to make the acl_copy_ext_failure test better behaved
2023-04-21 Iustin PopAdd a test for restoring state from invalid string
2020-12-06 Iustin PopTest 'filedef' arguments for all supported types
2019-12-11 Iustin PopFix one more unclean EQ assert…
2019-12-11 Iustin PopEnsure ACL EQ checks not called for non-Linux
2019-12-11 Iustin PopFix a test function name
2019-12-11 Iustin PopTests: replace two mode= uses with text=
2019-12-11 Iustin PopAdd file path to error message on ACL initialisation
2019-12-11 Iustin PopFix yet another bug in ACL re-inistialisation
2019-12-11 Iustin PopImplement creating an ACL directly from serialised...
2019-12-05 Iustin PopAdd a test for __setstate__ arguments
2019-12-04 Iustin PopMove a few tests from explicit loop to parameters
2019-12-03 Iustin PopFix from_acl tests for non-Linux platforms
2019-12-03 Iustin PopChange entry qualifier set/get behaviour
2019-11-29 Iustin PopConvert ACL initialisation to allow file-path objects...
2019-11-29 Iustin PopAdd type: ignore to tests where we force bad behaviour
2019-11-29 Iustin PopAnother xfail test
2019-11-29 Iustin PopAdd xfail test for equiv mode failures
2019-11-29 Iustin PopRaise better error message on un-owned but valid Entry...
2019-11-29 Iustin PopSwitch ACL to be always-initialised
2019-11-29 Iustin PopApply no-unitialised-objects to Permset as well
2019-11-29 Iustin PopExpand acl_check testing for actual value checks
2019-11-29 Iustin PopRestore setstate/getstate support
2019-11-29 Iustin PopChange Entry initialisation protocol
2019-11-29 Iustin PopCleanup py2-compatibility 'except' syntax
2019-11-29 Iustin PopInclude filename in exceptions raised in delete_default
2019-11-27 Iustin PopAdd tests for a few IO failures
2019-11-27 Iustin PopAdd pathlib support in apply_to and has_extended
2019-11-27 Iustin PopAdd more test infrastructure for parameterisation
2019-11-27 Iustin Poptests: Py3 cleanup
2019-11-27 Iustin PopA bit more tests
2019-11-27 Iustin PopConvert TestModification to pytest
2019-11-27 Iustin PopStandardise skip-on-pypy decorator
2019-11-26 Iustin PopConvert AclExtensions to pytest
2019-11-26 Iustin PopConvert WriteTests to pytest
2019-11-26 Iustin PopSwitch LoadTests to pytest
2019-11-26 Iustin Poptests: add helper functions/fixtures
2019-11-26 Iustin PopRename test/ → tests/
2012-05-17 Iustin PopRename tests → test and distribute test files too
2012-05-13 Iustin PopExtend the refcount leak tests
2012-05-13 Iustin PopReplace deprecated names in test suite
2012-05-12 Iustin PopAdd test for refcount leak
2009-12-27 Iustin PopUpdate copyright years
2009-12-27 Iustin PopUnittest fixes for python 3
2009-12-27 Iustin PopFix unittest suite compatibility with python2.6