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
No known key found for this signature in database
GPG key ID: AA785C523274872F

View file

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