Main Servirtium site: http://servirtium.dev
Demo project that uses it: https://github.com/servirtium/demo-python-climate-data-tck
Working so far:
- Record and playback of GET
Not Working yet:
- Support for POST, PUT etc.
Help needed from Pythonistas!
Execute the following commands to install the package locally:
pip3 install requests
cd servirtium-python
pip3 install -e .
The 'demo-python-climate-data-tck' demo needs you to have built the Python version of Servirtium first as it is presently unpublished in pip-land.
pip3 install pytest
cd servirtium-python
pytest
This should record a bunch of interactions, using a Mocha test suite that we launch via Selenium-WebDriver
python3 -m test.compatibility-suite record