-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for policy tags (#77)
* feat: add support for policy tags in schema * blacken * add more unit coverage * more test cleanup * more tests * formatting * more testing of names setter * address reviewer comments * docstrings migrate from unions -> optional * stashing changes * revision to list-based representation, update tests * changes to equality and testing, towards satisfying coverage * cleanup * return copy * address api repr feedback * make PolicyTagList fully immutable * update docstring * simplify to_api_repr * remove stale doc comments Co-authored-by: Peter Lamut <plamut@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
278 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters