andela / ah-infinity-stones

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Test Login via Social Authentication #27

Closed codeplus254 closed 5 years ago

codeplus254 commented 5 years ago

What does this PR do?

Tests the login via Google, Twitter or Facebook

Description of Task to be completed?

Write failing tests before the login feature is implemented. This will be done by updating the serializers.py, urls.py and views.py

How should this be manually tested?

export DATABASE_USER='postgres' export DATABASE_PASSWORD='postgres' export HOST='localhost' export PORT='5432' export DATABASE_TEST='test_db'