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

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

Build:
Build:
LAST BUILD BRANCH: match-error-messages
DEFAULT BRANCH: master
Ran 11 Jan 2019 10:08AM UTC
Files 6
Run time 2s
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

11 Jan 2019 10:06AM UTC coverage: 94.577% (+1.1%) from 93.45%
593.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

1029 of 1088 relevant lines covered (94.58%)

0.95 hits per line

Source Files on job 593.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 589
  • Travis Job 593.4
  • 8b0cc6ec 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