Method
as_skips
lib/sqlalchemy/testing/exclusions.py:50–54
· lib/sqlalchemy/testing/exclusions.py::compound.as_skips
(self)
Source from the content-addressed store, hash-verified
| 48 | return self.add(other) |
| 49 | |
| 50 | def as_skips(self): |
| 51 | rule = compound() |
| 52 | rule.skips.update(self.skips) |
| 53 | rule.skips.update(self.fails) |
| 54 | return rule |
| 55 | |
| 56 | def add(self, *others): |
| 57 | copy = compound() |
Callers
nothing calls this directly
Tested by
no test coverage detected