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.
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.