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

shezadkhan137 / required
97%
master: 98%

Build:
Build:
LAST BUILD BRANCH: add-support-for-empty-in-dsl
DEFAULT BRANCH: master
Repo Added 18 Feb 2017 01:27AM UTC
Files 6
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 0.3.4
branch: 0.3.4
CHANGE BRANCH
x
Reset
  • 0.3.4
  • 0.1.2
  • 0.1.4
  • 0.2.0
  • 0.2.2
  • 0.3.0
  • 0.3.1
  • 0.3.2
  • 0.3.4.post1
  • 0.4.0
  • add-arithmetic-support
  • add-docs
  • add-multi-variable-support
  • add-support-for-empty-in-dsl
  • better-validate-decorator
  • doctring-dsl
  • feat-add-docs
  • feat-add-expression-partial-dependency-support
  • feat-add-length-support
  • feat-better-custom-exception
  • feat-better-error-messages
  • feat-custom-exception-string
  • feat-hypothesis-testing
  • fix-operator-order
  • fix-partials
  • fix-self-refrence-deps
  • master
  • new-readme
  • python3-support
  • remove-multi-deps

pending completion
195

push

travis-ci

web-flow
Better validate decorator (#18)

* Better validate decorator

The validate decorator can now be used with all types of functions no
matter how the function is called. Things that now work:

```
@validate(Requires("x", R("x") > R("y")))
def func(x, y):
    return x, y

func(1, 2) # ValidationError
```

* Bump version

70 of 72 branches covered (97.22%)

18 of 18 new or added lines in 2 files covered. (100.0%)

289 of 298 relevant lines covered (96.98%)

3.8 hits per line

Relevant lines Covered
Build:
Build:
298 RELEVANT LINES 289 COVERED LINES
3.8 HITS PER LINE
Source Files on 0.3.4
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
195 0.3.4 Better validate decorator (#18) * Better validate decorator The validate decorator can now be used with all types of functions no matter how the function is called. Things that now work: ``` @validate(Requires("x", R("x") > R("y"))) def ... push 12 Dec 2018 09:24PM UTC web-flow travis-ci pending completion  
See All Builds (160)
  • 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

© 2025 Coveralls, Inc