• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

checkmate / simpl / 309
87%

Build:
DEFAULT BRANCH: master
Ran 12 Sep 2015 08:00PM UTC
Jobs 2
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
309

Pull #87

travis-ci

ryandub
Use dict() instead of .dict for bottle.request.query

Bottle's request.query.dict method appears to do some strange things to
query params:

Request: GET /v0/myawesomeroute?foo=12345678
bottle.request.query.dict: {'foo': ['12345678']}
dict(bottle.request.query): {'foo': '12345678'}

I'm not sure why this happens with bottle, but it has to be wrong and
makes schema validation almost impossible. Using dict() seems to fix
the problem and allows proper validation.
Pull Request #87: Use dict() instead of .dict for bottle.request.query
Jobs
ID Job ID Ran Files Coverage
3 309.3 (TOXENV=style) 12 Sep 2015 08:00PM UTC 0
Travis Job 309.3
4 309.4 (TOXENV=docs) 12 Sep 2015 08:00PM UTC 0
Travis Job 309.4
Source Files on build 309
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #309
  • Pull Request #87
  • PR Base - master (#304)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc