aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/utils/resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/tests/utils/resources.py')
-rw-r--r--pygithub3/tests/utils/resources.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pygithub3/tests/utils/resources.py b/pygithub3/tests/utils/resources.py
index e03d47d..46a9d53 100644
--- a/pygithub3/tests/utils/resources.py
+++ b/pygithub3/tests/utils/resources.py
@@ -17,5 +17,7 @@ class Nested(Resource):
_maps = {'simple': Simple, 'self_nested': 'self'}
_collection_maps = {
'list_collection': HasSimple,
- 'items_collections': HasSimple
+ 'items_collections': HasSimple,
+ 'self_nested_list': 'self',
+ 'self_nested_dict': 'self',
}