Can't see why it wouldn't work. You can always write the tests in separate programs (see e.g. src/modules/files/socktest.pike). When you start writing elaborate tests like that you probably want to have them separate anyway.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-12-09 20:59: Subject: client-server/agent testsuite
For instance HTTP server and client in the variations {sync,async,threaded} {http,https}.
Can you run asynchronous and threaded stuff from the testsuite?
I would also like some sort of centralized port/socket generator... But that's not a big problem.
/ Mirar