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

cloudmarker / cloudmarker / 1040
84%

Build:
DEFAULT BRANCH: master
Ran 27 Sep 2019 03:16AM UTC
Jobs 3
Files 114
Run time 3min
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
1040

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.

992 of 1202 branches covered (82.53%)

Branch coverage included in aggregate %.

5212 of 6206 relevant lines covered (83.98%)

2.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1040.1 27 Sep 2019 03:19AM UTC 0
83.97
Travis Job 1040.1
2 1040.2 27 Sep 2019 03:16AM UTC 0
83.97
Travis Job 1040.2
3 1040.3 27 Sep 2019 03:16AM UTC 0
83.97
Travis Job 1040.3
Source Files on build 1040
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1040
  • 15f5d366 on github
  • Prev Build on master (#1037)
  • Next Build on master (#1045)
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