many tests written High Coverage: it doesn't mean anything... ...except that we reached a percentage of the lines of code at least once. @KatiaNakamura Test Code Coverage
vigilant of what gets created in setUp() • Remove and/or reduce unnecessary code Don't save model objects if not necessary • in-memory model - Employee() instead of Employee.objects.create() Isolate unit tests • more simple unit test or pytest