> > What if you're trying to test a program that requires network connectivity? > It'd be good to be able to mock the networking stuff.
Write your program to deal with sdtdin and stdout, and comunicate to the network using nc or inetd. Regards,
> > What if you're trying to test a program that requires network connectivity? > It'd be good to be able to mock the networking stuff.
Write your program to deal with sdtdin and stdout, and comunicate to the network using nc or inetd. Regards,