summaryrefslogtreecommitdiff
path: root/testenv
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into parallel-wgetparallel-wgetDarshit Shah2014-09-1442-141/+764
|\
| * Documentation and code cleanup in test suiteDarshit Shah2014-08-0820-112/+275
| * Minor cleanup in the test suiteDarshit Shah2014-08-043-17/+8
| * Group common switches in test suite togetherDarshit Shah2014-08-0424-23/+30
| * Support running tests through valgrindDarshit Shah2014-07-244-6/+25
| * Document SERVER_WAITDarshit Shah2014-07-242-1/+9
| * Fix crash in test suiteDarshit Shah2014-07-242-1/+6
| * Refactor the Python based test suiteZihang Chen2014-07-2454-384/+793
| * More features to Python based test suiteDarshit Shah2014-07-248-65/+284
| * testenv: Remove Test--spider-r.py from XFAIL_TESTSGiuseppe Scrivano2014-07-242-2/+6
| * testenv: fix make distGiuseppe Scrivano2014-07-242-0/+31
| * Introducing Python based Test EnvironmentDarshit Shah2014-07-2428-0/+2664
* Support running tests through valgrindDarshit Shah2014-07-234-6/+25
* Document SERVER_WAITDarshit Shah2014-07-222-1/+9
* Fix crash in test suiteDarshit Shah2014-06-222-1/+6
* Refactor mainly the test cases classesZihang Chen2014-06-0715-233/+365
* Create package test for test case classesZihang Chen2014-06-0727-133/+148
* Move server classes to package server.protocolZihang Chen2014-06-078-7/+19
* Create package conf where rules and hooks are putZihang Chen2014-06-0719-108/+293
* Create package exc and move TestFailed to excZihang Chen2014-06-075-6/+17
* Fix a typo in Test-Proto.pyZihang Chen2014-06-072-1/+5
* From WgetTest.py move WgetFile to miscZihang Chen2014-06-0726-39/+71
* Create package misc, move ColourTerm.py to miscZihang Chen2014-06-075-9/+33
* Add support for HTTPS ServersDarshit Shah2014-01-038-36/+179
* Sleep for n seconds before calling Wget ExecutableDarshit Shah2014-01-032-0/+8
* Support programatically setting Handler class variablesDarshit Shah2014-01-033-3/+30
* Correct the call to stop_HTTP_ServerDarshit Shah2014-01-032-2/+6
* Improve error handling when wget executable isn't availableDarshit Shah2014-01-032-2/+17
* Split large function to improve readability and extensibilityDarshit Shah2014-01-032-2/+24
* Add new configure option, --enable-race-checkingDarshit Shah2013-12-042-20/+33
* testenv: Remove Test--spider-r.py from XFAIL_TESTSGiuseppe Scrivano2013-10-142-2/+6
* testenv: fix make distGiuseppe Scrivano2013-10-062-0/+31
* Update documentation to reflect changes in codeDarshit Shah2013-09-172-22/+30
* Add feature that allows to ensure that Wget correctly crawls the website in r...Darshit Shah2013-09-164-5/+66
* Add new test for recursive spider modeDarshit Shah2013-09-163-2/+98
* Smartly guess content type headerDarshit Shah2013-09-162-2/+32
* Support substring replace in File Contents tooDarshit Shah2013-09-162-8/+23
* Compatibility fix with multiple serversDarshit Shah2013-09-1619-38/+38
* Extend Functionality to support spawning multiple serversDarshit Shah2013-09-163-20/+103
* Use the provided calls to shutdown server instead of rewriting itDarshit Shah2013-09-103-19/+16
* Improve DocumentationDarshit Shah2013-09-102-3/+31
* Slight code cleanup. Remove unused codeDarshit Shah2013-09-073-67/+7
* Shift to new Threading Model from Multiprocessing modelDarshit Shah2013-09-073-31/+77
* Add new test for POST RequestsDarshit Shah2013-09-073-1/+55
* Print diff when file contents don't matchDarshit Shah2013-09-072-0/+8
* Add tests for Cookie supportDarshit Shah2013-09-077-0/+269
* Document pending workDarshit Shah2013-09-072-0/+20
* Add new test to ensure Content Disposition and Auth work togetherDarshit Shah2013-09-073-0/+60
* Add new Test for Continue commandDarshit Shah2013-09-073-1/+60
* Add test, Test-HeadDarshit Shah2013-09-073-1/+50