Sfoglia il codice sorgente

Create test case to validate format

pull/3011/head
Matheus Felipe 2 anni fa
parent
commit
d831102a5d
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: AA785C523274872F
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +7
    -0
      scripts/tests/test_validate_format.py

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

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

import unittest


class TestValidadeFormat(unittest.TestCase):
...

Caricamento…
Annulla
Salva