Extracts items from the test plan.
This project was based on: IBM Engineering Test Management (ETM) Excel/Word Importer Utility
$ pip install RQMExcelImporter
>>> import RQMExcelImporter
>>> RQMExcelImporter.convert('your_rqms_file')
- Create environment using virtualenv
virtualenv venv
- Install all the packages necessary
pip install -r requirements.txt
- Run tests
python -m unittest tests.test_RQMExcelImporter
- Install package to globally way if not installed already
pip install twine
- Create the source distribution of the package
python setup.py sdist
- Upload the source distribution on PyPI
twine upload dist/*