This are the tests that needs to be passed before getting an interview to work with Tuteria
License: | MIT |
---|
Moved to settings.
Create a fork of this repo and implement the below Activities
- Create a postgres database and setup the environmental variable DATABASE_URL to point to the url format of the database created.
For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.
- Ensure that all tests in users/test/test_models.py are all passing.
- Ensure that the tests in users/test/test_views.py are all passing. This would require knowledge of djangorestframework usage.
- Ensure that any dependency added used is added to the requirements/local.txt file.
Initiate a pull request back to the repo and ensure that all the test are passing,
This repo has been setup with a continous integration server known as Travis that automatically runs all the tests and would only proceed when all the tests are passing.
Once the CI indicates that all tests are passing, You would be contacted.