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

kivy / python-for-android / 1910
64%

Build:
DEFAULT BRANCH: develop
Ran 15 Sep 2019 03:08PM UTC
Jobs 1
Files 166
Run time 7s
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
1910

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 1910.3 (TOXENV=py3) 15 Sep 2019 03:08PM UTC 0
60.08
Travis Job 1910.3
Source Files on build 1910
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1910
  • 2f98b818 on github
  • Prev Build on develop (#1906)
  • Next Build on develop (#1927)
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

© 2025 Coveralls, Inc