Create test case to validate format

This commit is contained in:
Matheus Felipe
2022-01-17 01:40:49 -03:00
parent e2482af448
commit d831102a5d

View File

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