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

tmbo / questionary / 10085151491 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2024 10:56PM UTC
Files 19
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

24 Jul 2024 10:53PM UTC coverage: 95.829%. Remained the same
10085151491.1

push

github

web-flow
Try to support prompt_toolkit >3.0.37 (#347)

Currently one test will fail with latest prompt_toolkit(3.0.43).
test_blank_line_fix will throw RuntimeError: no running event loop.
By bisecting commit, the culprit is
prompt-toolkit/python-prompt-toolkit@a775996.
This commit replaces custom `get_event_loop` with `asyncio.get_event_loop`.
The former will creator a new loop if `asyncio.get_running_loop` fails while the latter won't.
I mimic the changes in the examples to use `asyncio.run` and the test
passes.

Fixes: #344

1011 of 1055 relevant lines covered (95.83%)

24.55 hits per line

Source Files on job 10085151491.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10085151491
  • 9bb5ae1d on github
  • Prev Job for on master (#10085016983.1)
  • Next Job for on master (#10095369534.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