Hello,
I'm thinking about adding natural keys to a lot of existing models (Djano 3.1.7) to help initializing dev or prod database.
1. How best to unit test models using natural keys ?
I was thinking of separately testing both serialization and deserialization but would be very curious to learn about examples or alternatives, specifically when Foerign key relations existe between models.
2. For any unit test, you may have to hand write a YAML sample.
How is it best to write this sample ?
3. Suggestions. Recommendations. Pointers ?
Best regards