test framework for REST API testing using pytest
test_holidays.py is the main test suite.It contains 2 test cases in parameterized format:
- Verify Holidays count for country and year.
- Fetch country name for country code provided.
##Technology / Frameworks used:
- python 3
- pytest
- pytest-html
- requests
##Installation:
git clone https://github.com/BASNETANAMIKA/Holidays_API.git && cd Holidays_API
pip install -r requirements.txt
##How to Run tests:
cd <path to Holidays_API>
pytest
OR
pytest --html=report.html