Skip to content

jayfuuuu/api_test_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API test automation demo

This is a sample API testing model with pytest.

Architecture

.
├── README.md
├── api
│   ├── base_api.py
│   ├── env
│   │   ├── __init__.py
│   │   └── config.py
│   └── i_sport
│       ├── __init__.py
│       ├── constant.py
│       └── i_sport_api.py
├── pytest.ini
├── requirements.txt
├── test_data
│   └── i_sport
│       └── data_i_sport.json
├── tests
│   ├── __init__.py
│   └── test_i_sport
│       ├── __init__.py
│       └── test_i_sport.py
└── utils
    └── time.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages