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

alecthomas / voluptuous / 593
95%
master: 96%

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

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

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

1038 of 1088 relevant lines covered (95.4%)

3.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 593.1 11 Jan 2019 10:07AM UTC 0
93.47
Travis Job 593.1
2 593.2 11 Jan 2019 10:07AM UTC 0
94.58
Travis Job 593.2
3 593.3 11 Jan 2019 10:07AM UTC 0
94.58
Travis Job 593.3
4 593.4 11 Jan 2019 10:08AM UTC 0
94.58
Travis Job 593.4
Source Files on build 593
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #593
  • Pull Request #380
  • PR Base - master (#589)
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