Skip to content

tripadvisor/rentals-assisted-rates-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Validate API endpoint implements Assisted Rates specification

Prerequisites

This validator requires the latest version of Python 2 or 3 and the requests and pytz libraries. If using Python 2, the unittest2 library is also required.

All libraries can be installed from PyPi using pip or pip3.

Python 2

pip install requests pytz unittest2

Python 3

pip install requests pytz

Update TODOs to match your system

In AssistedRateSpecTest.py, update the two TODO sections to match your system.

To run

python AssistedRateSpecTest.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published