summaryrefslogtreecommitdiff
path: root/test cases/python/7 install path/test.json
blob: 9b05b6665408214f9fd3fc83d26890f153f768a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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"}
  ]
}