From 80ba7262faac234387e0c537caa8838420050c8f Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Tue, 11 Jan 2022 21:13:46 -0300 Subject: [PATCH] Create TestValidateLinks class --- scripts/tests/test_validate_links.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/tests/test_validate_links.py b/scripts/tests/test_validate_links.py index 40a96afc..031a8658 100644 --- a/scripts/tests/test_validate_links.py +++ b/scripts/tests/test_validate_links.py @@ -1 +1,7 @@ # -*- coding: utf-8 -*- + +import unittest + + +class TestValidateLinks(unittest.TestCase): + ...