setools/tests/policyrep
Chris PeBenito b1c2901e4f tests: fix iter() use in Mock objects
By using return_value, there was only one instance of the iterator, which
would cause problems if it needed to be used again but had already been
consumed. Switch to lambdas that return a new instance of the iter().
2015-04-18 10:47:42 -04:00
..
__init__.py Implement MLSRuleTest 2015-04-13 10:06:04 -04:00
mls.conf Change range constructor to use regular levels instead of semantic ones. 2015-02-22 09:24:39 -05:00
mls.py tests: fix iter() use in Mock objects 2015-04-18 10:47:42 -04:00
mlsrule.py Implement MLSRuleTest 2015-04-13 10:06:04 -04:00
rbacrule.py Clean up unused imports in RBAC and TE rule tests. 2015-04-13 10:08:15 -04:00
role.conf Implement RoleTest. 2015-04-11 09:01:26 -04:00
role.py tests: fix iter() use in Mock objects 2015-04-18 10:47:42 -04:00
selinuxpolicy-bad.conf Add SELinuxPolicy test cases. 2015-03-03 13:18:29 -05:00
selinuxpolicy.conf Fix alias handling for sensitivities and categories. 2015-03-07 11:06:24 -05:00
selinuxpolicy.py Address remaining pylint errors. 2015-04-06 09:51:32 -04:00
terule.py tests: fix iter() use in Mock objects 2015-04-18 10:47:42 -04:00
typeattr.conf Implement TypeTest and TypeAttributeTest 2015-04-11 10:54:22 -04:00
typeattr.py tests: fix iter() use in Mock objects 2015-04-18 10:47:42 -04:00
user.conf Implement User unit tests. 2015-04-10 14:53:07 -04:00
user.py tests: fix iter() use in Mock objects 2015-04-18 10:47:42 -04:00