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

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

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

07 Jan 2017 04:13PM UTC coverage: 92.766% (-0.05%) 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

8259 of 8903 relevant lines covered (92.77%)

0.93 hits per line

Source Files on job 2298.1 (TESTENV=coveralls)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2298
  • Travis Job 2298.1
  • bda01285 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