wget/testenv/test
Tomas Hozza 28196b6807 testenv: HTTPTest.begin() should return exit value
* testenv/test/http_test.py: Ensure that HTTPTest.begin() always returns
a value

Previously the HTTPTest.begin() method always returned None. However this
is not consistent with the begin() implementation of the parent class
(BaseTest). This change ensures that HTTPTest.begin() returns a value.

Signed-off-by: Tomas Hozza <thozza@redhat.com>
2020-07-11 22:54:26 +02:00
..
__init__.py Refactor the Python based test suite 2014-07-24 16:51:58 +05:30
base_test.py Add --gen-suppressions=all to valgrind options 2020-02-21 22:42:22 +01:00
http_test.py testenv: HTTPTest.begin() should return exit value 2020-07-11 22:54:26 +02:00