Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/o/p/OpenEats-HEAD/list/tests.py OpenEats(Download)
#test the custom save method to make sure that shared_by was automatically set to the primary user shared = GroceryShared.objects.get(pk=1) self.assertEqual(shared.shared_by, user1)