luasocket/test
2004-06-20 22:19:54 +00:00
..
auth http.lua updated. still needs proxy support. 2004-01-16 07:06:31 +00:00
cgi The test directory! 2003-03-21 23:49:18 +00:00
ftptest.lua Implemented safe exceptions. This looks preeety good. 2004-06-18 08:02:09 +00:00
httptest.lua Fixing bugs... 2004-06-20 22:19:54 +00:00
index.html The test directory! 2003-03-21 23:49:18 +00:00
mimetest.lua Fixing bugs... 2004-06-20 22:19:54 +00:00
README Almost ready for distribution... 2004-06-17 21:46:22 +00:00
smtptest.lua Adjusted some details, got rid of old files, added some new. 2004-03-22 04:15:03 +00:00
stufftest.lua Almost ready for distribution... 2004-06-17 21:46:22 +00:00
testclnt.lua Fixing bugs... 2004-06-20 22:19:54 +00:00
testmesg.lua Almost ready for distribution... 2004-06-17 21:46:22 +00:00
testsrvr.lua 2.0 alpha RELEASED! 2004-06-18 21:41:44 +00:00
testsupport.lua complicated bug in ltn12.filter.chain... 2004-04-01 07:32:53 +00:00
tftptest.lua Fixed smtp.lua loading. 2004-06-16 01:02:07 +00:00
upload.html The test directory! 2003-03-21 23:49:18 +00:00
urltest.lua Manual is almost done. HTTP is missing. 2004-06-15 06:24:00 +00:00

This provides the  automated test scripts used to make  sure the library
is working properly.

The files provided are:

    testsrvr.lua            -- test server
    testclnt.lua            -- test client

To run these tests, just run lua on the server and then on the client. 

Good luck,
Diego.