浏览代码

Create test case to validate format

pull/3011/head
Matheus Felipe 2 年前
父节点
当前提交
d831102a5d
找不到此签名对应的密钥 GPG 密钥 ID: AA785C523274872F
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      scripts/tests/test_validate_format.py

+ 7
- 0
scripts/tests/test_validate_format.py 查看文件

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

import unittest


class TestValidadeFormat(unittest.TestCase):
...

正在加载...
取消
保存