Hello,
I'm currently working on an authentication system derived of OpenID.
I work in Ruby and I use the ruby-openid library.
Currently, for my tests, I use fakeweb to fake an openid consumer and server and check everything works well. But I don't like the way I do it. And I'm sure there'd be a much better way to do so.
So my question : does anyone has already written tests for an openid server? What have you used ?