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

swistakm / graceful / 51 / 8
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 0.6.3
DEFAULT BRANCH: master
Ran 02 Aug 2016 02:40PM UTC
Files 10
Run time 1s
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

02 Aug 2016 02:30PM UTC coverage: 100.0%. Remained the same
TOX_ENV=coverage

Pull #27

travis-ci

web-flow
params: add option to specify param validation (refs #5)

Param validation is now handled by additional `validators` keyword
argument to `BaseParam` class. This is consistent with API of field
definitions so we favour the reuse of same validation functions.
This means that all existing validato function factories available
in `graceful.validators` module can be used with params too.
The fact that params have different source than fields (query
string instead of content-type serialized body) does not matter
at all because in both cases we work on deserialized/internal
values.

What is different is the way how validation is triggered. Field
validation is mostly managed by field definition class but param
validation is almost exclusively handled by
`BaseResource.require_params()` method.
Pull Request #27: params: add option to specify param validation (refs #5)

446 of 446 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 51.8 (TOX_ENV=coverage)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 51
  • Travis Job 51.8
  • be269cb7 on github
  • Prev Job for TOX_ENV=coverage on dev/0.2.x (#49.8)
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