Browse Source

Create test case to validate format

pull/3011/head
Matheus Felipe 2 years ago
parent
commit
d831102a5d
No known key found for this signature in database GPG Key ID: AA785C523274872F
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      scripts/tests/test_validate_format.py

+ 7
- 0
scripts/tests/test_validate_format.py View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-

import unittest


class TestValidadeFormat(unittest.TestCase):
...

Loading…
Cancel
Save