12345678910111213141516171819202122232425262728 |
- {
- "framework": "webware",
- "tests": [{
- "default": {
- "json_url": "/json2",
- "plaintext_url": "/plaintext",
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "update_url": "/updates?queries=",
- "fortune_url": "/fortune",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "MySQL",
- "framework": "Webware",
- "language": "Python",
- "flavor": "Python2",
- "orm": "Full",
- "platform": "None",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "Webware",
- "notes": "CPython 2.7",
- "tags": ["broken"]
- }
- }]
- }
|