-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
__init__
kwargs to be assigned as object attributes in the de…
…sign (#95) * refactor: Test case refactoring Refactored builder unit tests to make the tests clearer and easier to define. This should make it easier to have tests for different versions of Nautobot * fix: Fixed error message construction When constructing an error string there was an issue where another exception could render the string unreadable. This fix wraps the errant code with try/except to continue producing a usable error string. * feat: Added the ability to mark YAML tests to be skipped * test: Initial tests for Nautobot 2.0 * feat: Allow kwargs as design object attributes.
- Loading branch information
Showing
29 changed files
with
1,132 additions
and
791 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
nautobot_design_builder: | ||
project_name: "nautobot_design_builder_v2" | ||
python_ver: "3.9" | ||
nautobot_ver: "2.1" |
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
Oops, something went wrong.