catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 1.6.1] Set up a testing framework (e.g., PyTest, Django's Test Framework). #137

Open catapam opened 2 months ago

catapam commented 2 months ago

Set up a testing framework for the project to allow for automated testing of Django models, views, forms, and other components.

Acceptance Criteria:

Steps:

  1. Evaluate and choose a suitable testing framework for the project.
  2. Install the chosen testing framework using pip.
  3. Configure the testing framework to work with Django.
  4. Create a basic test to verify the setup.
  5. Document the testing framework setup process.

Linked Issues:

Next task: