summaryrefslogtreecommitdiff
path: root/test cases/python/7 install path/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/python/7 install path/test.json')
-rw-r--r--test cases/python/7 install path/test.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/python/7 install path/test.json b/test cases/python/7 install path/test.json
index f03ada809..9b05b6665 100644
--- a/test cases/python/7 install path/test.json
+++ b/test cases/python/7 install path/test.json
@@ -1,5 +1,11 @@
{
"installed": [
+ {"type": "file", "file": "pure/one.py"},
+ {"type": "file", "file": "pure/two.py"},
+ {"type": "file", "file": "pure/alpha/one.py"},
+ {"type": "file", "file": "pure/alpha/two.py"},
+ {"type": "file", "file": "pure/alpha/three.py"},
+ {"type": "file", "file": "pure/beta/one.py"},
{"type": "file", "file": "plat/test.py"},
{"type": "file", "file": "pure/test.py"}
]