1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "framework": "wheezyweb",
- "tests": [{
- "default": {
- "setup_file": "setup",
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "wheezy.web",
- "language": "Python",
- "orm": "Raw",
- "platform": "wheezy.web",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "wheezy.web",
- "notes": "CPython 2.7"
- },
- "py3": {
- "setup_file": "setup_py3",
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "wheezy.web",
- "language": "Python",
- "orm": "Raw",
- "platform": "wheezy.web",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "wheezy.web-py3",
- "notes": "CPython 3.4"
- }
- }]
- }
|