This is the MasterCard OpenAPI Python Core SDK
brew install python
brew link --overwrite python
pip install --upgrade pip setuptools
need to run these commands before runnig the test
pip install --user nose
pip install --user mock
pip install --user urllib3
python -m unittest discover tests
or
nosetests
nosetests --with-coverage --cover-package=mastercardapicore