Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Tuteria/Recruitment-test


https://github.com/Tuteria/Recruitment-test

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Tuteria-Application-Test
========================

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

.. image:: https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg
:target: https://github.com/pydanny/cookiecutter-django/
:alt: Built with Cookiecutter Django

:License: MIT

Settings
--------

Moved to settings_.

.. _settings: http://cookiecutter-django.readthedocs.io/en/latest/settings.html

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.