8 lines
96 B
Python
8 lines
96 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import unittest
|
|
|
|
|
|
class TestValidadeFormat(unittest.TestCase):
|
|
...
|