-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced faked resources to automatically set parent prop.
Details: - So far, test code needed to set the 'parent' property in faked resources explicitly, otherwise it was not present in the resulting Faked... resource object. This change sets the 'parent' property of all Faked... resource objects automatically to the URI of the parent faked object, unless the 'parent' property is already set. This makes the definition of testcases easier and less error-prone. - Added a 'parent' property to test_hmc.py. Signed-off-by: Andreas Maier <[email protected]>
- Loading branch information
1 parent
aa5775e
commit 366c445
Showing
3 changed files
with
60 additions
and
0 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
Oops, something went wrong.