Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-29 | python: Add type hints and fix style in test scripts | Paul Cristian Sarbu | |
For maximum compatibility, we use the uppercase types from the typing package instead of the built-in types, therefore compliant with PEP 484 and PEP 526. | |||
2023-07-25 | test_server: avoid races | Klaus Aehlig | |
... by creating a file only once the server is ready and waiting for that file instead of waiting a fixed period of time. | |||
2023-02-22 | test: Remove unnecessary line of code in run_test_server.py | Paul Cristian Sarbu | |
2022-12-21 | Test: Add tests for libcurl | Paul Cristian Sarbu | |