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

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

Build:
Build:
LAST BUILD BRANCH: fix-dictionary-cursor-queries
DEFAULT BRANCH: master
Ran 24 Jan 2019 02:41PM 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
469

Pull #64

travis-ci

web-flow
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.
Pull Request #64: Move ispyb.exceptions to ispyb

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 469.1 24 Jan 2019 02:41PM UTC 0
82.2
Travis Job 469.1
2 469.2 24 Jan 2019 02:41PM UTC 0
81.96
Travis Job 469.2
3 469.3 24 Jan 2019 02:42PM UTC 0
81.96
Travis Job 469.3
4 469.4 24 Jan 2019 02:41PM UTC 0
81.96
Travis Job 469.4
5 469.5 24 Jan 2019 02:41PM UTC 0
81.96
Travis Job 469.5
Source Files on build 469
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #469
  • Pull Request #64
  • PR Base - master (#468)
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