mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
webagg: add test for live server config
This commit is contained in:
parent
06978bd8d2
commit
8dc59ef6bd
17
webagg/test/live.ini
Normal file
17
webagg/test/live.ini
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
[uwsgi]
|
||||||
|
if-not-env = PORT
|
||||||
|
http-socket = :8080
|
||||||
|
endif =
|
||||||
|
|
||||||
|
master = true
|
||||||
|
buffer-size = 65536
|
||||||
|
die-on-term = true
|
||||||
|
|
||||||
|
if-env = VIRTUAL_ENV
|
||||||
|
venv = $(VIRTUAL_ENV)
|
||||||
|
endif =
|
||||||
|
|
||||||
|
gevent = 100
|
||||||
|
gevent-early-monkey-patch =
|
||||||
|
|
||||||
|
wsgi = webagg.test.live
|
4
webagg/test/live.py
Normal file
4
webagg/test/live.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
from webagg.test.testutils import LiveServerTests
|
||||||
|
|
||||||
|
application = LiveServerTests.make_live_app()
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user