Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
study_gitlab
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqf
study_gitlab
Commits
063b7095
Commit
063b7095
authored
Aug 10, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口自动化框架第四次提交
parent
f810673f
Show whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
0 additions
and
0 deletions
+0
-0
study_004Test/__init__.py
+0
-0
study_004Test/__pycache__/__init__.cpython-311.pyc
+0
-0
study_004Test/common/__pycache__/db_004.cpython-311.pyc
+0
-0
study_004Test/common/__pycache__/readexcel_004.cpython-311.pyc
+0
-0
study_004Test/common/__pycache__/readini_004.cpython-311.pyc
+0
-0
study_004Test/common/__pycache__/readjson_004.cpython-311.pyc
+0
-0
study_004Test/common/db_004.py
+0
-0
study_004Test/common/readexcel_004.py
+0
-0
study_004Test/common/readini_004.py
+0
-0
study_004Test/common/readjson_004.py
+0
-0
study_004Test/config/__pycache__/settings.cpython-311.pyc
+0
-0
study_004Test/config/case_data.json
+0
-0
study_004Test/config/config.ini
+0
-0
study_004Test/config/expect_data.json
+0
-0
study_004Test/config/settings.py
+0
-0
study_004Test/config/sql.json
+0
-0
study_004Test/config/test_004.xlsx
+0
-0
study_004Test/method/__init__.py
+0
-0
study_004Test/method/__pycache__/__init__.cpython-311.pyc
+0
-0
study_004Test/method/__pycache__/requestmethod_004.cpython-311.pyc
+0
-0
study_004Test/method/requestmethod_004.py
+0
-0
study_004Test/test_case/__init__.py
+0
-0
study_004Test/test_case/__pycache__/__init__.cpython-311.pyc
+0
-0
study_004Test/test_case/__pycache__/conftest.cpython-311-pytest-7.4.0.pyc
+0
-0
study_004Test/test_case/__pycache__/test_case_004.cpython-311-pytest-7.4.0.pyc
+0
-0
study_004Test/test_case/conftest.py
+0
-0
study_004Test/test_case/pytest.ini
+0
-0
study_004Test/test_case/test_case_004.py
+0
-0
No files found.
study_004/__init__.py
→
study_004
Test
/__init__.py
View file @
063b7095
File moved
study_004/__pycache__/__init__.cpython-311.pyc
→
study_004
Test
/__pycache__/__init__.cpython-311.pyc
View file @
063b7095
File moved
study_004/common/__pycache__/db_004.cpython-311.pyc
→
study_004
Test
/common/__pycache__/db_004.cpython-311.pyc
View file @
063b7095
File moved
study_004/common/__pycache__/readexcel_004.cpython-311.pyc
→
study_004
Test
/common/__pycache__/readexcel_004.cpython-311.pyc
View file @
063b7095
File moved
study_004/common/__pycache__/readini_004.cpython-311.pyc
→
study_004
Test
/common/__pycache__/readini_004.cpython-311.pyc
View file @
063b7095
File moved
study_004/common/__pycache__/readjson_004.cpython-311.pyc
→
study_004
Test
/common/__pycache__/readjson_004.cpython-311.pyc
View file @
063b7095
File moved
study_004/common/db_004.py
→
study_004
Test
/common/db_004.py
View file @
063b7095
File moved
study_004/common/readexcel_004.py
→
study_004
Test
/common/readexcel_004.py
View file @
063b7095
File moved
study_004/common/readini_004.py
→
study_004
Test
/common/readini_004.py
View file @
063b7095
File moved
study_004/common/readjson_004.py
→
study_004
Test
/common/readjson_004.py
View file @
063b7095
File moved
study_004/config/__pycache__/settings.cpython-311.pyc
→
study_004
Test
/config/__pycache__/settings.cpython-311.pyc
View file @
063b7095
File moved
study_004/config/case_data.json
→
study_004
Test
/config/case_data.json
View file @
063b7095
File moved
study_004/config/config.ini
→
study_004
Test
/config/config.ini
View file @
063b7095
File moved
study_004/config/expect_data.json
→
study_004
Test
/config/expect_data.json
View file @
063b7095
File moved
study_004/config/settings.py
→
study_004
Test
/config/settings.py
View file @
063b7095
File moved
study_004/config/sql.json
→
study_004
Test
/config/sql.json
View file @
063b7095
File moved
study_004/config/test_004.xlsx
→
study_004
Test
/config/test_004.xlsx
View file @
063b7095
File moved
study_004/method/__init__.py
→
study_004
Test
/method/__init__.py
View file @
063b7095
File moved
study_004/method/__pycache__/__init__.cpython-311.pyc
→
study_004
Test
/method/__pycache__/__init__.cpython-311.pyc
View file @
063b7095
File moved
study_004/method/__pycache__/requestmethod_004.cpython-311.pyc
→
study_004
Test
/method/__pycache__/requestmethod_004.cpython-311.pyc
View file @
063b7095
File moved
study_004/method/requestmethod_004.py
→
study_004
Test
/method/requestmethod_004.py
View file @
063b7095
File moved
study_004/test_case/__init__.py
→
study_004
Test
/test_case/__init__.py
View file @
063b7095
File moved
study_004/test_case/__pycache__/__init__.cpython-311.pyc
→
study_004
Test
/test_case/__pycache__/__init__.cpython-311.pyc
View file @
063b7095
File moved
study_004/test_case/__pycache__/conftest.cpython-311-pytest-7.4.0.pyc
→
study_004
Test
/test_case/__pycache__/conftest.cpython-311-pytest-7.4.0.pyc
View file @
063b7095
File moved
study_004/test_case/__pycache__/test_case_004.cpython-311-pytest-7.4.0.pyc
→
study_004
Test
/test_case/__pycache__/test_case_004.cpython-311-pytest-7.4.0.pyc
View file @
063b7095
File moved
study_004/test_case/conftest.py
→
study_004
Test
/test_case/conftest.py
View file @
063b7095
File moved
study_004/test_case/pytest.ini
→
study_004
Test
/test_case/pytest.ini
View file @
063b7095
File moved
study_004/test_case/test_case_004.py
→
study_004
Test
/test_case/test_case_004.py
View file @
063b7095
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment