Skip to content

HamdalahA/Recruitment-test

 
 

Repository files navigation

Tuteria-Application-Test

This are the tests that needs to be passed before getting an interview to work with Tuteria

Built with Cookiecutter Django
License:MIT

Settings

Moved to settings.

Activities to be Carried out

Create a fork of this repo and implement the below Activities

Create a postgres Database

  • 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.

Work to be done

  1. Ensure that all tests in users/test/test_models.py are all passing.
  2. Ensure that the tests in users/test/test_views.py are all passing. This would require knowledge of djangorestframework usage.
  3. Ensure that any dependency added used is added to the requirements/local.txt file.

After Completion

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.1%
  • HTML 24.2%
  • Shell 9.2%
  • CSS 2.5%
  • Nginx 1.1%
  • JavaScript 0.9%