-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (hierarchical templates): use proper uri (#53)
* fix (hierarchical templates): use proper uri for app and rad core templates * fix (hierarchical templates): use unittest.mock instead of mock package for the test_ncs_sign_script.py * fix (hierarchical templates): upgrade coverage version to >= 6.3 Signed-off-by: Robert Stypa <[email protected]>
- Loading branch information
1 parent
42489ab
commit 95e4ab4
Showing
4 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pytest | ||
pytest-mock | ||
pytest-cov | ||
coverage | ||
coverage>=6.3 | ||
deepdiff | ||
intelhex |
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