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

theorchard / lemon-py / 62
94%

Build:
DEFAULT BRANCH: master
Ran 18 Nov 2014 03:10AM UTC
Jobs 1
Files 6
Run time 5s
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
62

Pull #19

travis-ci

xethorn
Add context and access list.

Context: allows to add context to a request, any of those values are passed to the
views. One example is to add to the context the current user object, this object is
then added to the jinja2 local context and available for all views.

Access list: if some of the url endpoint can only be accessed by a limited set of
users, those can be specified as part of the url. It ends up looking like this:

```py
route('/path/', 'ViewName', access=[login_required])
```
Pull Request #19: Add context and access list.

162 of 172 relevant lines covered (94.19%)

0.94 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
100.0
lemon/lemon.py
4
100.0
lemon/view.py
Jobs
ID Job ID Ran Files Coverage
1 62.1 18 Nov 2014 03:10AM UTC 0
94.19
Travis Job 62.1
Source Files on build 62
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #62
  • Pull Request #19
  • PR Base - master (#59)
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