nbovee / shop-prototype

Dockerized Django with Postgres, Gunicorn, and Traefik or Caddy (with auto renew Let's Encrypt)
MIT License
0 stars 4 forks source link

Test Dataset Creation #1

Open nbovee opened 8 months ago

nbovee commented 8 months ago

CSV or other human readable dummy data sets for each database object will be needed for the continuous integration actions.

These should have: Minimum 10 distinct entries Full coverage of fields that influence actions is needed (ex. active & inactive flags must be represented, fields that are many-to-many must have testable entries, etc.)

This combined with the coverage.py tests should inform us of potential issues with any build.