hoelzro / sahara-sync

A free software (AGPL) alternative to Dropbox
7 stars 0 forks source link

Consider wrapping Test::TCP in client tests #16

Open hoelzro opened 12 years ago

hoelzro commented 12 years ago

We implement a lot of logic on top of Test::TCP in the client tests, including:

Having a helper object that handles this (and keeping it out of the test class) would be nice.