(self)
| 56 | assert await self.rs.is_fact_allowed(self.fact5) |
| 57 | |
| 58 | async def test_same_subnet(self): |
| 59 | assert await self.rs._is_ip_rule_match(self.rule, self.fact6) |
| 60 | assert (not await self.rs.is_fact_allowed(self.fact6)) |
nothing calls this directly
no test coverage detected