Hello all, I'm writing a small LiveJournal client, and I have a question for the unit tests: how do I "manage" the password? To make sure that my login method works well, I must provide the password in the test file, but I'm not sure I'm quite comfortable with distributing my tests with that password. Does anyone have any experience in dealing with things like this? Do I just not distribute the tests?