From d831102a5db20f21bec77c9563c37ca0980920f5 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Mon, 17 Jan 2022 01:40:49 -0300 Subject: [PATCH] Create test case to validate format --- scripts/tests/test_validate_format.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/tests/test_validate_format.py diff --git a/scripts/tests/test_validate_format.py b/scripts/tests/test_validate_format.py new file mode 100644 index 00000000..a66f703c --- /dev/null +++ b/scripts/tests/test_validate_format.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- + +import unittest + + +class TestValidadeFormat(unittest.TestCase): + ...