Thank Claude,
I'm still working on testing this, err mainly thinking about it. I think to test this, I'll actually need to use Django's LiveServerTestCase instead of simply TestCase and use selenium. I seem to remember that the Safari selenium d…
Hi Fred, thanks for the info regarding Facebook. I'll let you know how it works out.
Also, I discovered that you can put encrypted credentials in the .travis.yaml file so I'll look into that as well.
Yes, I'm working on the Rimac project. The …
Thanks Fred,
I merely need to test that social login works for my site, I don't need to test the rest of the api.
What you said makes sense. I *think* I can combine this with storing credentials in env vars. This should work both for local testin…