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

wemake-services / wemake-python-styleguide / 425 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 10 Oct 2018 07:13AM UTC
Files 48
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

10 Oct 2018 07:09AM UTC coverage: 100.0%. Remained the same
425.1

push

travis-ci

sobolevn
Fix flaking test in test_module_names. (#231)

Our code always expects Checker class to have options attribute set by flake8. Since we call flake8 by using an external helper, it usually behaves as expected and all is well. But in the case of test_module_names, we are instantiating Checker instance by ourselves without calling parse_options() first, which leads to AttributeError.

It is possible not to see this bug due to pytest skipping some tests, but it is easy to trigger by introducing new unrelated changes into the testing code and change cached coverage, leading to pytest deciding to run this test again.

301 of 301 branches covered (100.0%)

Branch coverage included in aggregate %.

1088 of 1088 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 425.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 303
  • Travis Job 425.1
  • 47c1841b on github
  • Prev Job for on master (#419.1)
  • Next Job for on master (#429.1)
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