Re: [dom-tests] Add owner-agnostic stability commenter. (#4651)

@sideshowbarker The `prbuildbot.py` is a Flask app (because I was building for the case of deploying this to a standalone host where this could run as a service under WSGI and I didn't want to write a server - never occurred to me to use wptserver). That said, it's 1 route. It should be pretty straightforward to extricate the route handler and switch over anywhere I use Flask's request/response objects to instead use wptserve's.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4651#issuecomment-276354713

Received on Tuesday, 31 January 2017 12:49:22 UTC