Sample tests are present in [core/tests.py](https://github.com/ankan17/contrib/blob/master/core/tests.py). Write similar tests to test the Repository model. Tests should include: - [ ] Test the owner label - [ ] Test the repo label - [ ] Test the is_fork label - [ ] Test the `__str__` method - [ ] Test that the verbose_name_plural meta property is set as 'Repositories'