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

matplotlib / matplotlib / 12723
36%

Build:
DEFAULT BRANCH: master
Ran 20 Aug 2016 10:26PM UTC
Jobs 6
Files 114
Run time 21min
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
12723

Pull #6920

travis-ci

web-flow
Prepare for cross-framework test suite

  - introduced `xfail(reason)` function
    - uses: `raise KnownFailureTest(msg)` -> `xfail(reason)`
    - same name and signature as in pytest

  - introduced `skip(reason)` function
    - uses: `raise SkipTest(msg)` -> `skip(reason)`
    - same name and signature as in pytest

  - introduced `skipif(condition, reason=None)` decorator
    - uses: replaces `def func(): if condition: skip()`
    - same name and signature as in pytest
    - can be used with functions, classes, and methods
    - supports string condition (evaluated at runtime)

  - moved nose related code to `testing.nose` submodule
    - plugins in `testing.nose.plugins` submodule
    - decorators implementation in `testing.nose.decorators`
      (interface is still in `testing.decorators`, implementation will
       have been chosen at runtime according to used test framework)

  - `matplotlib.test` function unifications
  - `tests.py` now uses `matplotlib.test()`
Pull Request #6920: Prepare for cross-framework test suite

33221 of 47267 relevant lines covered (70.28%)

0.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12723.1 (MOCK=mock NUMPY=numpy==1.6) 20 Aug 2016 10:26PM UTC 0
Travis Job 12723.1
2 12723.2 (PYTHON_ARGS=-OO) 20 Aug 2016 10:31PM UTC 0
Travis Job 12723.2
3 12723.3 (PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1) 20 Aug 2016 10:44PM UTC 0
70.28
Travis Job 12723.3
4 12723.4 (TEST_ARGS=--pep8) 20 Aug 2016 10:30PM UTC 0
Travis Job 12723.4
6 12723.6 (PRE=--pre) 20 Aug 2016 10:43PM UTC 0
Travis Job 12723.6
7 12723.7 (MOCK=mock NOSE_ARGS=) 20 Aug 2016 10:47PM UTC 0
Travis Job 12723.7
Source Files on build 12723
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12723
  • Pull Request #6920
  • PR Base - master (#12691)
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