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

PulpQE / pulp-smash / 510
63%

Build:
DEFAULT BRANCH: master
Ran 04 May 2016 04:44PM UTC
Jobs 4
Files 6
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
510

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%)

2.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 510.1 04 May 2016 04:44PM UTC 0
70.28
Travis Job 510.1
2 510.2 04 May 2016 04:44PM UTC 0
70.28
Travis Job 510.2
3 510.3 04 May 2016 04:45PM UTC 0
70.28
Travis Job 510.3
4 510.4 04 May 2016 04:44PM UTC 0
70.28
Travis Job 510.4
Source Files on build 510
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #510
  • f8fb68b0 on github
  • Prev Build on master (#508)
  • Next Build on master (#512)
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