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

psf / black / 1250 / 4
95%
master: 96%

Build:
Build:
LAST BUILD BRANCH: black26
DEFAULT BRANCH: master
Ran 13 Oct 2020 02:59AM 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

13 Oct 2020 02:56AM UTC coverage: 95.301%. First build
TEST_CMD="coverage run -m unittest"

push

travis-ci-com

cooperlees
Add blackd to nicely exit if missing aiohttp deps
- 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

4827 of 5065 relevant lines covered (95.3%)

0.95 hits per line

Source Files on job 1250.4 (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 1833
  • Travis Job 1250.4
  • c509b8e0 on github
  • Next Job for TEST_CMD="coverage run -m unittest" on blackd_import (#2210.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