You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent duplicated rule exception when importing rules and filters (#87)
Fixes#85.
### Implementation
- Skip adding imported rules and rule filters to rule registry.
- Split `tests/rules/example.py` into `tests/rules/rules.py` and
`tests/rules/rule_filters.py`.
- Test `Duplicated` exception is not raised by adding an imported
`skip_schemaX` rule filter.
### Note
Both rules and rule filters can be imported now, but the existing tests
cover only rule filters.
---------
Co-authored-by: Matthieu Caneill <[email protected]>
0 commit comments