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

zalando / connexion
100%
main: 97%

Build:
Build:
LAST BUILD BRANCH: feature/autoapi-class-docstring
DEFAULT BRANCH: main
Repo Added 13 Jun 2015 09:45AM UTC
Files 44
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

LAST BUILD ON BRANCH 1.2
branch: 1.2
CHANGE BRANCH
x
Reset
  • 1.2
  • 0.10
  • 0.10.1
  • 0.10.2
  • 0.11.1
  • 0.11.2
  • 0.11.3
  • 0.12.0
  • 0.12.1
  • 0.13
  • 0.6.1
  • 0.7.1
  • 0.7.2
  • 0.7.5
  • 0.7.6
  • 0.8.1
  • 0.8.2
  • 0.8.3
  • 0.8.4
  • 0.8.5
  • 0.8.6
  • 0.9.0
  • 0.9.1
  • 0.9.2
  • 0.9.3
  • 0.9.4
  • 1.0.103
  • 1.0.107
  • 1.0.109
  • 1.0.112
  • 1.0.121
  • 1.0.123
  • 1.0.125
  • 1.0.127
  • 1.0.128
  • 1.0.129
  • 1.0.19
  • 1.0.20
  • 1.0.22
  • 1.0.25
  • 1.0.26
  • 1.0.28
  • 1.0.29
  • 1.0.31
  • 1.0.37
  • 1.0.38
  • 1.0.49
  • 1.0.5
  • 1.0.50
  • 1.0.52
  • 1.0.53
  • 1.0.54
  • 1.0.57
  • 1.0.58
  • 1.0.61
  • 1.0.67
  • 1.0.8
  • 1.0.81
  • 1.0.84
  • 1.0.88
  • 1.0.89
  • 1.0.9
  • 1.0.91
  • 1.0.94
  • 1.0.95
  • 1.0.97
  • 1.0.98
  • 1.1
  • 1.1.1
  • 1.1.10
  • 1.1.11
  • 1.1.12
  • 1.1.13
  • 1.1.14
  • 1.1.15
  • 1.1.16
  • 1.1.2
  • 1.1.3
  • 1.1.4
  • 1.1.5
  • 1.1.6
  • 1.1.7
  • 1.1.8
  • 1.1.9
  • 1.3
  • 1.4
  • 1.4.1
  • 1.4.2
  • 1.5.0
  • 1.5.1
  • 1.5.2
  • 146-tokeninfo-url
  • 18-swagger-ui-optional
  • 19-extra-logging
  • 2.6.0
  • 2.7.0
  • 21-no-pop
  • 24-handle-204
  • 32-validation-errors
  • 4-validation
  • 59-parameters-as-arguments
  • 6-tests
  • cleanup-operation-func
  • codeclimate-test
  • connexion-options
  • connexion-request-user
  • contributions
  • cors-docs
  • dev-2.0
  • dev-2.0-bak
  • falcon
  • feature/issue-104
  • feature/parameter-validation-issue-48
  • fix-basepath-slash
  • fix-blog-post-link
  • fix-installation-instructions
  • fix-mock-partially
  • fix-problem-exp
  • fix-problem-expt
  • fix-tests
  • flake8-formatting
  • flask-request-user
  • flask-support-note
  • ignore-context-args
  • importerror
  • improve-docs
  • improve-release-script
  • issue#20-single-route
  • issue#33-python2
  • issue#53-produces
  • issue#8-custom-jsonfier
  • issue-270-args-kwargs
  • issue10-all-the-json
  • issue11-problem-json
  • issue40-gevent
  • issue66-body-list
  • issue69-token-info
  • issue9-default
  • issues12-cert
  • json-schema
  • log-severity
  • main
  • master
  • metrics
  • mock
  • new-contributor
  • oas3
  • oauth-token-log
  • pay-tech-debt
  • pay-tech-debt-take-1
  • problem-headers
  • release/0.5
  • release/v0.4
  • release/v0.5
  • release/v0.8
  • remove-flask-refs
  • remove-http-tokeninfo-url
  • remove-unused-import
  • resolver
  • return-api
  • rjurney-patch-1
  • run-tox-on-release
  • swagger_jsonify
  • test-pypi-deps-on-release
  • typing-optional
  • update-swagger-ui
  • update-year
  • use-headers-extend
  • v0.4.2
  • v0.5
  • v0.5.1
  • v0.6.0
  • v0.7.0
  • v0.8.0
  • zappr

pending completion
1309

push

travis-ci

hjacobs
FIX a typo causing an ERROR log (#523)

* FIX a typo causing an ERROR log

A small bug was introduced in #500 when sanitizing the request query
parameters. Instead of fetching the arguments from `request.query`,
the parameters were sanitized from the `request.form`. This causes an
error log to be printed, as the parameters are not expected for the
query (for example in the case of a POST request).

Fixes #504

* adds a fixture for testing query param sanitazion

Adds a simple fixture to test form and query parameter sanitazion. This
is mostly related to #522, in which the `formData` parameters were
treated as query parameters.

* add a test to validate form data params

* introduce testfixtures library

1 of 1 new or added line in 1 file covered. (100.0%)

1432 of 1432 relevant lines covered (100.0%)

5.0 hits per line

Relevant lines Covered
Build:
Build:
1432 RELEVANT LINES 1432 COVERED LINES
5.0 HITS PER LINE
Source Files on 1.2
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1309 1.2 FIX a typo causing an ERROR log (#523) * FIX a typo causing an ERROR log A small bug was introduced in #500 when sanitizing the request query parameters. Instead of fetching the arguments from `request.query`, the parameters were sanitized f... push 17 Nov 2017 07:41AM UTC hjacobs travis-ci pending completion  
See All Builds (1694)
  • Repo on GitHub
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