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

release-engineering / alt-src / 80 / 1
84%
master: 85%

Build:
Build:
LAST BUILD BRANCH: v1.6.1
DEFAULT BRANCH: master
Ran 16 Apr 2020 08:34AM UTC
Files 2
Run time 0s
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

16 Apr 2020 08:31AM UTC coverage: 84.341% (+0.04%) from 84.304%
TOX_ENV=cov-travis DEPLOY=1

push

travis-ci

querti
Fix Python 3 testcases [CLOUDDST-27]

After the automatically detected problems were fixed, the following
issues had to be resolved to ensure that the whole test suite passes
in Python 3:

- in testcase 'test_get_state_with_error_other_than_enoent', '__builtin__'
  was changed to 'six.moves.builtins' because the built-in library
  was renamed in Python 3. Also, the testcase itself had been broken
  because it had raised an IOError due to an incorrect setup (file
  was assigned as a directory) and not because of the patched 'open'
  function. It was fixed despite incidentally fulfilling its desired
  function in order to prevent user confusion.

- In Python 3, output for invoked bash commands is a bytes type,
  which can cause many issues because the code expects to work with
  a string. Adding the 'universal_newlines' forces the output to be
  returned as a string.

Also, print statements were changed to logger messages.

1228 of 1456 relevant lines covered (84.34%)

0.84 hits per line

Source Files on job 80.1 (TOX_ENV=cov-travis DEPLOY=1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 60
  • Travis Job 80.1
  • a9098f89 on github
  • Prev Job for TOX_ENV=cov-travis DEPLOY=1 on make-python3-compatible (#77.1)
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