test_ZCCreate.py 604 Bytes
# -*- coding: utf-8 -*-

# @Time    : 2021/8/6 17:49
# @Author  : Ljq
# @File    : test_ZCCreate.py
# @Software: PyCharm

"""
整车进门但创建测试
"""

class test_ZCCreate(unittest.TestCase):
    """整车-创建整车进门单基础信息接口测试"""
    def setUp(self) -> None:
        pass

    def tearDown(self) -> None:
        pass


    @classmethod
    def setUpClass(cls) -> None:
        cls.gatewayHost = rC.returnOptionsItems("host", "gatewayHost")
        cls.jmsfHost = rC.returnOptionsItems("host", "jmsfHost")

    @classmethod
    def tearDownClass(cls) -> None:
        pass