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

psf / black / 1942 / 4
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2020 10:17PM 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

03 Jun 2020 10:15PM UTC coverage: 95.75% (+0.09%) from 95.66%
TEST_CMD="coverage run -m unittest"

push

travis-ci

web-flow
expression tests: adjust starred expression for Python 3.9 (#1441) (#1477)

As discussed in #1441, Python 3.9's new parser will not parse
`(*starred)` even using `compile()` with the `PyCF_ONLY_AST`
flag (as `ast.parse()` does), it raises a `SyntaxError`. This
breaks the four tests that use this file with Python 3.9.
Upstream does not consider this to be a bug - see
https://bugs.python.org/issue40848#msg370643 - so we must
adjust the expression. As suggested by @JelleZijlstra, this just
adds a comma, which makes the new parser happy with it (the old
parser is fine with this form also).

Signed-off-by: Adam Williamson <awilliam@redhat.com>

4528 of 4729 relevant lines covered (95.75%)

0.96 hits per line

Source Files on job 1942.4 (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 1355
  • Travis Job 1942.4
  • 88d12f88 on github
  • Prev Job for TEST_CMD="coverage run -m unittest" on master (#980.2)
  • Next Job for TEST_CMD="coverage run -m unittest" on master (#1947.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