1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "framework": "cherrypy",
- "tests": [{
- "default": {
- "json_url": "/json",
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "fortune_url": "/fortunes",
- "update_url": "/updates?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "MySQL",
- "framework": "None",
- "language": "Python",
- "flavor": "Python2",
- "orm": "Full",
- "platform": "None",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "CherryPy [py2]",
- "notes": "CPython 2.7",
- "tags": ["broken"]
- },
- "py3": {
- "json_url": "/json",
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "fortune_url": "/fortunes",
- "update_url": "/updates?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "MySQL",
- "framework": "None",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Full",
- "platform": "None",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "CherryPy",
- "notes": "CPython 3.9"
- }
- }]
- }
|