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

psf / black / 2044 / 2
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: simplify-power-operator-hugging
DEFAULT BRANCH: master
Ran 20 Aug 2020 04:59PM UTC
Files 8
Run time 0s
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

20 Aug 2020 04:53PM UTC coverage: 95.292%. First build
TEST_CMD="coverage run -m unittest"

push

travis-ci

ambv
Re-implement magic trailing comma handling:

- when a trailing comma is specified in any bracket pair, that signals to Black
  that this bracket pair needs to be always exploded, e.g. presented as "one
  item per line";

- this causes some changes to previously formatted code that erroneously left
  trailing commas embedded into single-line expressions;

- internally, Black needs to be able to identify trailing commas that it put
  itself compared to pre-existing trailing commas. We do this by using/abusing
  lib2to3's `was_checked` attribute.  It's True for internally generated
  trailing commas and False for pre-existing ones (in fact, for all
  pre-existing leaves and nodes).

4615 of 4843 relevant lines covered (95.29%)

0.95 hits per line

Source Files on job 2044.2 (TEST_CMD="coverage run -m unittest")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1533
  • Travis Job 2044.2
  • 446c3495 on github
  • Next Job for TEST_CMD="coverage run -m unittest" on better_trailing_comma (#1083.2)
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