I just started an open-source project for an Azure table storage client on codeplex called Cyan.
I would like to include unit-tests for the project but I don't know what's the best way to store credentials for the tests so that any contributor can use his ones without the risk of checking them in the public source control.
Any advice/best practice for this?