forked from dropbox/nsot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `help_text` to all fields that were missing it. * Fix "Represetation" typo * Fix outdated `Protocol.__unicode__` method * Refactor `Protocol.local_interface()` and `Protocol.remote_interface()` into `Circuit.interface_for(device)` * Make `Protocol.site` optional, inherit from `Protocol.device.site` if not present * Add more tests around feedback For the `help_text` thing, I would add a test for that but there's likely some violations which will have to be fixed and that's out of scope of this PR. I'll be adding that test and will fix any current violations in a future PR.
- Loading branch information
Showing
4 changed files
with
176 additions
and
77 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
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