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

falconry / falcon / 1180
0%

Build:
DEFAULT BRANCH: master
Ran 04 Sep 2017 10:52AM UTC
Jobs 1
Files 41
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

pending completion
1180

Pull #647

travis-ci

philiptzou
fix(URI template): allow complex vars coexist with simple var

Allow situation like this:

```python
api.add_route('/files/{file_id}', resource_1)
api.add_route('/files/{file_id}.{ext}', resource_2)
```

Which ValueError was raised due to only one var node was allowed whether
other nodes are complex or not. This fix changes the behaviour so now it
only applys to simple vars.

See #564
Pull Request #647: fix(URI template): allow complex vars coexist with simple var

1554 of 1745 relevant lines covered (89.05%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
12 1180.12 (TOX_ENV=py27_smoke) 04 Sep 2017 10:52AM UTC 0
89.05
Travis Job 1180.12
Source Files on build 1180
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1180
  • Pull Request #647
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