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

alecthomas / voluptuous / 591 / 4
95%
master: 96%

Build:
Build:
LAST BUILD BRANCH: match-error-messages
DEFAULT BRANCH: master
Ran 10 Jan 2019 01:59PM UTC
Files 6
Run time 0s
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

10 Jan 2019 01:58PM UTC coverage: 94.567% (+1.1%) from 93.45%
591.4

Pull #380

travis-ci

web-flow
Fix #379: Regression with Any and required

In 0.9.3, the `Schema`s associated to the `Any` validators where setup with the
`required` argument given to `Any`

https://github.com/alecthomas/voluptuous/blob/0.9.3/voluptuous/validators.py#L218

This allow us to write something like:

```
Schema(Any({'a': int}, {'b': str}, required=True))
```

In recent version, the `required` keyword is ignored.

This patch pass the required argument to the `Schema`s associated with the
`SubValidator`.
Pull Request #380: Fix #379: Regression with Any and required

1027 of 1086 relevant lines covered (94.57%)

0.95 hits per line

Source Files on job 591.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 587
  • Travis Job 591.4
  • 606f4bce on github
  • Prev Job for on fix-379-regression-with-Any-and-required (#589.1)
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