wget/testenv/test
Tim Rühsen 926e42d467 Use test file name for temp working directory name
* testenv/test/base_test.py (__init__): Use test file name for name,
  remove 'name' parameter
* testenv/test/http_test.py (__init__): Remove 'name' parameter
* testenv/*.py: Remove TEST_NAME

Using a fixed string (TEST_NAME) to build the working directory
for testing caused random failures (or successes) when tests
share the same TEST_NAME value. Not easy to find without digging
into the python test suite code.
We now use the test file name, which is unique within the test
environment.
2016-04-11 15:35:05 +02:00
..
__init__.py Refactor the Python based test suite 2014-07-24 16:51:58 +05:30
base_test.py Use test file name for temp working directory name 2016-04-11 15:35:05 +02:00
http_test.py Use test file name for temp working directory name 2016-04-11 15:35:05 +02:00