Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added tests and config for pytest #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yaswanthsaivendra
Copy link

Things I have added

  • image
  • added tests for one POST and one GET view
  • created separate config for development, production and testing
  • made changes to settings.py to use the config
  • used a separate test database
  • added pytest.ini file for pytest configuration.
  • temporarily ignored depreciation warnings in pytest config gile to avoid cluttering my terminal.
  • made use of a fixture to setup client
  • setup includes creating and removing db before each test to ensure isolation between tests

To run pytest. setup the repo and enter the docker container by
docker compose exec -it <containter_name> /bin/bash
It will capture an interactive shell . Inside the shell run pytest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant