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

release-engineering / alt-src / 77
84%
master: 85%

Build:
Build:
LAST BUILD BRANCH: v1.6.1
DEFAULT BRANCH: master
Ran 15 Apr 2020 02:37PM UTC
Jobs 1
Files 2
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

pending completion
77

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.

- In Python 3, the bash command output is a bytes type, which can
  cause many issues since the code expects to work with a string.
  It was solved by decoding it as a UTF-8. This encoding was chosen
  because it is the most likely to be used by the invoked shell.
  The decoding is only done on Python 3 because the type would
  be changed to 'unicode' in Python 2, which is not desired either.

1230 of 1459 relevant lines covered (84.3%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 77.1 (TOX_ENV=cov-travis DEPLOY=1) 15 Apr 2020 02:37PM UTC 0
84.3
Travis Job 77.1
Source Files on build 77
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #77
  • 98112e18 on github
  • Prev Build on make-python3-compatible (#75)
  • Next Build on make-python3-compatible (#80)
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