Posts

Showing posts from September, 2015

Installing Pytest on Windows Platform

Go to the Scripts Directory under Python installation C:\>cd Python34\Scripts C:\Python34\Scripts>dir  Volume in drive C is System  Volume Serial Number is C273-3B76  Directory of C:\Python34\Scripts 03/19/2015  10:00 AM    <DIR>          . 03/19/2015  10:00 AM    <DIR>          .. 03/19/2015  10:00 AM            92,008 easy_install-3.4.exe 03/19/2015  10:00 AM            92,008 easy_install.exe 03/19/2015  10:00 AM            91,980 pip.exe 03/19/2015  10:00 AM            91,980 pip3.4.exe 03/19/2015  10:00 AM            91,980 pip3.exe                5 File(s)        459,956 bytes                2 Dir(s)  42,492,977,152 bytes free C:\Python34\Scripts>easy_install.exe -U pytest Searching for pytest Reading https://pypi.python.org/simple/pytest/ Best match: pytest 2.7.3 Downloading https://pypi.python.org/packages/source/p/pytest/pytest-2.7.3.tar.gz#md5=a1aa94933d545d4a26fa23f96a77a78a Processing pytest-2.7.3.tar.gz Writing C:\Users\dishkyao