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

release-engineering / kobo / 212 / 6
48%
master: 51%

Build:
Build:
LAST BUILD BRANCH: kobo-0.20.2
DEFAULT BRANCH: master
Ran 01 Apr 2020 10:40AM UTC
Files 109
Run time 9s
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

01 Apr 2020 10:22AM UTC coverage: 48.413%. First build
TOXENV=py37-cov-travis

push

travis-ci

querti
Fix Django testscases

Many tests were failing because Django database transaction doesn't
get flushed after a test failure (even marked with xfail). This prevents
the setup of the next test to be conducted properly because to-be-created
data are already present in the database. The root cause is unknown
(perhaps a bug that was fixed in later versions of Django?). It was
fixed by changing the inherited testing class from 'django.test.TestCase'
to 'django.test.TransactionTestCase'. They should be functionally identical,
they only differ in how the Database cleanup gets performed. Additionally,
a '_fixture_teardown()' method was added to the test class's setUp method
to ensure that the database has been flushed before the next test.

2929 of 6050 relevant lines covered (48.41%)

0.48 hits per line

Source Files on job 212.6 (TOXENV=py37-cov-travis)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 137
  • Travis Job 212.6
  • bb397eca on github
  • Next Job for TOXENV=py37-cov-travis on fix_migrations (#214.6)
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