change: simplify testcase import

This commit is contained in:
debugtalk
2020-05-15 16:41:54 +08:00
parent 5354e4b70d
commit 1158da186c
8 changed files with 26 additions and 36 deletions

View File

@@ -1,11 +1,8 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
import unittest
from httprunner.runner import HttpRunner
from httprunner.schema import TConfig, TStep
from httprunner import HttpRunner, TConfig, TStep, TestCase
class TestCaseHardcode(unittest.TestCase):
class TestCaseHardcode(TestCase):
config = TConfig(
**{
"name": "request methods testcase in hardcode",