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

opacam / python-for-android / 894
62%

Build:
DEFAULT BRANCH: develop
Ran 19 Sep 2019 10:19PM UTC
Jobs 1
Files 166
Run time 8s
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
894

push

travis-ci

web-flow
Recipes tests enhancements (#1984)

This is a follow up of #1982

In here we do:
  - Move from `__new__` to `__init__` for `BaseTestForMakeRecipe` ([discussed at here](https://github.com/kivy/python-for-android/pull/1982#discussion_r324419892))
  - Convert cls attributes to instance attributes ([discussed at here](https://github.com/kivy/python-for-android/pull/1982#discussion_r324419973))
  -  Remove `mock` dependency for py3 tests (Because, as per Python 3.3+, `mock` it's a built-in-module). (Unfortunately we still will have a couple of `import mock` entries that we cannot remove until we completely remove python2 from our tests)

* [test] From `__new__` to `__init__` for `BaseTestForMakeRecipe`

* [test] Remove mock dependency for py3 tests

Because, as per Python 3.3+, `mock` it's a built-in-module

* [test] Convert cls attributes to instance attributes

Because we may have some side effects without willing, considering that cls attributes are shared between instances.

792 of 1717 branches covered (46.13%)

Branch coverage included in aggregate %.

3896 of 6086 relevant lines covered (64.02%)

0.64 hits per line

Jobs
ID Job ID Ran Files Coverage
3 894.3 (TOXENV=py3) 19 Sep 2019 10:19PM UTC 0
60.08
Travis Job 894.3
Source Files on build 894
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #894
  • 2f98b818 on github
  • Prev Build on develop (#902)
  • Next Build on develop (#1008)
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