Re: Functional HTTP testing

2020-03-15 Thread Lukas Fleischer
On Sat, 14 Mar 2020 at 10:58:54, Frédéric Mangano-Tarumi wrote: > With the current plans of porting the PHP codebase to Python, we should > consider setting up a suite of functional tests to squash most bugs > introduced by the rewrite. > [...] > HTTP testing being a kind of language-agnostic

Functional HTTP testing

2020-03-14 Thread Frédéric Mangano-Tarumi
Hello everyone, With the current plans of porting the PHP codebase to Python, we should consider setting up a suite of functional tests to squash most bugs introduced by the rewrite. I suggest the following testing plan, to be applied on an endpoint-by-endpoint basis: 1. Write functional HTTP