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

psf / black / 2214 / 5
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 13 Oct 2020 05:07AM UTC
Files 8
Run time 1s
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

13 Oct 2020 05:03AM UTC coverage: 95.281% (+0.07%) from 95.216%
TEST_CMD="coverage run -m unittest"

push

travis-ci

web-flow
Add blackd to nicely exit if missing aiohttp deps (#1761)

- If no aiohttp* deps exist nicely print a helpful message and exit
- There seems to be no nice way to optionally install the entry point, so lets make the entry point nicer

Test:
```
cooper-mbp1:black cooper$ /tmp/tb/bin/pip install .
cooper-mbp1:black cooper$ /tmp/tb/bin/blackd
aiohttp dependency is not installed: No module named 'aiohttp'. Please re-install black with the '[d]' extra install  to obtain aiohttp_cors: `pip install black[d]`
cooper-mbp1:black cooper$ /tmp/tb/bin/pip install .[d]
...
Successfully installed aiohttp-3.6.3 aiohttp-cors-0.7.0 black
cooper-mbp1:black cooper$ /tmp/tb/bin/blackd
blackd version 20.8b2.dev31+gdd2f86a.d20201013 listening on localhost port 45484
```

Fixes #1688

4826 of 5065 relevant lines covered (95.28%)

0.95 hits per line

Source Files on job 2214.5 (TEST_CMD="coverage run -m unittest")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1842
  • Travis Job 2214.5
  • f311d825 on github
  • Prev Job for TEST_CMD="coverage run -m unittest" on master (#1254.3)
  • Next Job for TEST_CMD="coverage run -m unittest" on master (#1263.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