Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 698 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 698 Bytes

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