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

DiamondLightSource / ispyb-api / 466 / 4
82%
master: 83%

Build:
Build:
LAST BUILD BRANCH: fix-dictionary-cursor-queries
DEFAULT BRANCH: master
Ran 23 Jan 2019 09:05PM UTC
Files 37
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

23 Jan 2019 09:00PM UTC coverage: 81.962% (+0.04%) from 81.926%
466.4

push

travis-ci

Anthchirp
Move ispyb.exceptions to ispyb

and remove 'ISPyB' and 'Exception' from class names.

Currently we use the exceptions as in:
    try:
        (..)
    except ispyb.exception.ISPyBNoResultException:
        (..)
which is overly verbose:
* It contains the word 'ispyb' twice
* It contains the word 'exception' twice,
* which is completely pointless because anything in
  'except (..):' and 'raise (..)' must be an exception anyway.

Therefore move all exceptions from ispyb.exceptions into the ispyb main
class, giving them shorter names. ISPyBKeyProblem is replaced by the
python builtin KeyError. ispyb.exception remains available to import
until the next major release but will generate a deprecation warning on
import.

1036 of 1264 relevant lines covered (81.96%)

0.82 hits per line

Source Files on job 466.4
  • Tree
  • List 0
  • Changed 8
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 397
  • Travis Job 466.4
  • 389830fa on github
  • Prev Job for on move-exceptions (#463.2)
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