Skip to content

TheBlackDude/eBay-api-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBay-api-testing

Install

git clonse 'repo' You don't need to install anything because the program only uses the standard library

How To Test The Program

Run the tests first

python3 tests.py

Run '--rebuild' to download the data and create the database

python3 categories.py --rebuild

Run '--render' 'id' to generate a html page with categories, e.g: --render 6016

python3 categories.py --render 6449

You can also use the bash script to execute the commands

to run the tests

./categories.sh tests

to download the data and create the database

./categories.sh --rebuild

to generate a html page with categories

./categories.sh --render 6018

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published