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

PulpQE / pulp-smash / 510 / 4
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 04 May 2016 04:44PM UTC
Files 6
Run time 1s
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

04 May 2016 03:24PM UTC coverage: 70.276%. Remained the same
510.4

push

travis-ci

Ichimonji10
Run children of SyncRepoBaseTestCase

Class `SyncRepoBaseTestCase` is an abstract base class, and it should
not run. However, children of this class are expected to implement
abstract functionality and should run. The current attempt to implement
this is as follows:

    @unittest2.skip(…)
    class SyncRepoBaseTestCase(…):

This fails, of course: child classes also execute this decorator. Use
reflection instead: a `SkipTest` exception is raised only if the first
element in the MRO tree is `SyncRepoBaseTestCase`.

This change allows more tests to run, without introducing any test
failures. Tests executed with:

    python -m unittest2 pulp_smash.tests.rpm.api_v2.test_sync_publish

357 of 508 relevant lines covered (70.28%)

0.7 hits per line

Source Files on job 510.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 510
  • Travis Job 510.4
  • f8fb68b0 on github
  • Prev Job for on master (#508.4)
  • Next Job for on master (#512.4)
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