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

cloudmarker / cloudmarker / 1040 / 1
84%
master: 84%

Build:
DEFAULT BRANCH: master
Ran 27 Sep 2019 03:19AM UTC
Files 57
Run time 2s
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

26 Sep 2019 08:25AM UTC coverage: 83.972% (+0.008%) from 83.964%
1040.1

push

travis-ci-com

susam
Do not use import statements in test methods

With the recent release of Pylint 2.4.0, the following errors appear
while running `make lint`:

    cloudmarker/test/test_setup.py:21:8:
    C0415 Import outside toplevel (setup) [pylint]

    cloudmarker/test/test_main.py:15:8:
    C0415 Import outside toplevel (cloudmarker.__main__) [pylint]

These errors occur because there are `import` statements inside test
methods. These errors have been resolved by replacing `import`
statements (which are indeed non-idiomatic inside test methods) with
`importlib.import_module()` calls.

548 of 653 branches covered (83.92%)

Branch coverage included in aggregate %.

2606 of 3103 relevant lines covered (83.98%)

0.84 hits per line

Source Files on job 1040.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 828
  • Travis Job 1040.1
  • 15f5d366 on github
  • Prev Job for on master (#1037.1)
  • Next Job for on master (#1045.3)
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