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

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

Build:
Build:
LAST BUILD BRANCH: fix-dictionary-cursor-queries
DEFAULT BRANCH: master
Ran 23 Jan 2019 09:04PM UTC
Jobs 5
Files 37
Run time 1min
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
466

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.

37 of 37 new or added lines in 6 files covered. (100.0%)

1041 of 1264 relevant lines covered (82.36%)

4.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 466.1 23 Jan 2019 09:04PM UTC 0
82.2
Travis Job 466.1
2 466.2 23 Jan 2019 09:05PM UTC 0
81.96
Travis Job 466.2
3 466.3 23 Jan 2019 09:05PM UTC 0
81.96
Travis Job 466.3
4 466.4 23 Jan 2019 09:05PM UTC 0
81.96
Travis Job 466.4
5 466.5 23 Jan 2019 09:06PM UTC 0
81.96
Travis Job 466.5
Source Files on build 466
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #466
  • 389830fa on github
  • Prev Build on move-exceptions (#463)
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