Skip to content

add some tests for BaseRule/BaseRuleset

Christian Boltz requested to merge cboltz/apparmor:cboltz-ruleset-tests into master

These tests verify that

  • _is_equal_aare() really raises an exception when it sees an invalid combination of other_value and other_all
  • BaseRuleset.repr() works as expected

As a side effect, this commit pushes the test coverage of apparmor/rule/init.py to 100% ;-)

Merge request reports