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

hypothesis / h / 7065
59%
master: 97%

Build:
Build:
LAST BUILD BRANCH: realtime-update-v1-h-only-1
DEFAULT BRANCH: master
Ran 20 Jul 2015 10:29AM UTC
Jobs 1
Files 68
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
7065

push

travis-ci

nickstenning
Centralise inclusion of model modules

Rather than having each package include its "models" module in the
pyramid module hierarchy, this commit consolidates imports for model
packages, reexposing all model objects from `h.models`.

This simplifies model modules (they no longer need a no-op "includeme"
function), and it abstracts the ultimate location of the models from
components that simply need to know that all model metadata has been
generated (e.g. `h/migrations/env.py`).

In future, it may be wise for us to standardise on importing models from
`h.models` when importing across sub-packages, i.e. `h.foo.views` can
import `h.foo.models`, but not `h.bar.models`. Instead, it should import
`h.models` and access `h.bar`'s models from there.

1769 of 2982 relevant lines covered (59.32%)

0.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7065.1 20 Jul 2015 10:29AM UTC 0
59.32
Travis Job 7065.1
Source Files on build 7065
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7065
  • 8f5b830d 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

© 2026 Coveralls, Inc