jcamiel
3cddc20f34
Update integration tests.
2023-03-11 00:14:16 +01:00
jcamiel
daa5e5ebd4
Update werkzeug from 2.0.3 to 2.2.3
...
This update solves security issue but bumps HTTP Flask version from HTTP/1.0 to HTTP/1.1.
2023-02-17 00:58:41 +01:00
jcamiel
6b7753e174
Check HTTP version and status first, then other asserts.
...
If HTTP version or status are not correct, we fail the test without running others asserts.
2022-12-10 14:44:23 +01:00
jcamiel
04770b352c
Use HTTP keyword in integration tests.
2022-11-11 14:25:00 +01:00
jcamiel
104360a05d
Update integration tests.
2022-10-16 10:42:42 +02:00
jcamiel
d621fdab6b
Add integration test.
2022-10-10 15:51:34 +02:00
jcamiel
95a647bde2
Use generic foo.out.pattern instead of foo.output.json
...
foo.output.json was hand written to remove non-constant fields (like time, date etc...)
We have now a more simple and generic way of testing variable output with .pattern files. Plus, expected JSON output is more complete.
2022-10-10 11:35:12 +02:00