File: conftest.py

package info (click to toggle)
geventhttpclient 2.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,456 kB
  • sloc: ansic: 16,557; python: 3,823; makefile: 24
file content (3 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (2)
1
2
3
import gevent.monkey

gevent.monkey.patch_all()  # make sure all tests run monkey patched