Create TestValidateLinks class

This commit is contained in:
Matheus Felipe 2022-01-11 21:13:46 -03:00
parent d86c263f45
commit 80ba7262fa
No known key found for this signature in database
GPG key ID: AA785C523274872F

View file

@ -1 +1,7 @@
# -*- coding: utf-8 -*-
import unittest
class TestValidateLinks(unittest.TestCase):
...