UW-GAC / primed-django

PRIMED Consortium Django application website
MIT License
0 stars 0 forks source link

Use Sequence for unique model fields in factories #725

Closed amstilp closed 4 weeks ago

amstilp commented 4 weeks ago

This should eliminate errors due to accidentally creaitng or trying to create a new instance with the same value as another object that already exists.

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.01%. Comparing base (19f6ae2) to head (5d5654d). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #725 +/- ## ======================================= Coverage 99.01% 99.01% ======================================= Files 325 325 Lines 30708 30708 ======================================= Hits 30406 30406 Misses 302 302 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.