Klurifixus / TheCornerForum

0 stars 1 forks source link

Data Validation Testing #58

Open Klurifixus opened 8 months ago

Klurifixus commented 8 months ago
  1. Forms and Input Fields: Check for proper validation messages and behaviors.

  2. Data Integrity: Ensure the database correctly stores and retrieves data.

Klurifixus commented 8 months ago

PS C:\Users\pirre\OneDrive\Dokument\GitHub\TheCornerForum\earnsforum> python manage.py test Found 4 test(s). Creating test database for alias 'default'... C:\Users\pirre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\django\db\backends\postgresql\base.py:406: RuntimeWarning: Normally Django will use a connection to the 'postgres' database to avoid running initialization queries against the production database when it's not needed (for example, when running tests). Django was unable to create a connection to the 'postgres' database and will use the first PostgreSQL database instead. warnings.warn( Got an error creating the test database: permission denied to create database.

ADD ISSUE WITH THIS PROBLEM