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

pytest-dev / pytest / 2293 / 1
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 06 Jan 2017 04:38PM UTC
Files 40
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

06 Jan 2017 04:33PM UTC coverage: 92.754% (-0.06%) from 92.816%
TESTENV=coveralls

Pull #2175

travis-ci

web-flow
Execute 'async def' test functions

pytest didn't use the result of test functions but `async def` functions
return an awaitable object.

Though `async def` functions were just passed like they don't have any
problem, their codes actually didn't run. For users, it was really hard to
detect the tests really were run or not.

This patch makes to check the result of test functions and if it is an
awaitable object then actually run the functions to ensure its code is
run.
Pull Request #2175: Execute 'async def' test functions

8257 of 8902 relevant lines covered (92.75%)

0.93 hits per line

Source Files on job 2293.1 (TESTENV=coveralls)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2293
  • Travis Job 2293.1
  • 5450738b on github
  • Prev Job for TESTENV=coveralls on master (#2290.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