Create TestValidateLinks class

This commit is contained in:
Matheus Felipe
2022-01-11 21:13:46 -03:00
parent d86c263f45
commit 80ba7262fa

View File

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