Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 461 Bytes

running-tests.md

File metadata and controls

20 lines (16 loc) · 461 Bytes

Running tests

Clone this repository:

git clone https://github.com/xvitaly/wloc.git wloc

Forward API tokens as environment variables.

Forward test suite file name using SUITE_FILENAME environment variable.

Run tests using Python 3:

cd wloc
export SUITE_FILENAME=/path/to/example.json
export APIKEY_YANDEX=SAMPLE
export APIKEY_GOOGLE=SAMPLE
export APIKEY_MOZILLA=SAMPLE
python3 setup.py test