Installation of unit test framework nose in Python

Source: Internet
Author: User

1 Installing Setuptools

Download Address:

Http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz

#md5 =7df2a529a074f613b509fb44feefe74e

$ tar xzvf setuptools-0.6c11.tar.gz

$ python setup.py Install

2 Installation Coverage

Download Address:

Http://pypi.python.org/packages/source/c/coverage/coverage-3.4.tar.gz

#md5 =46782809578c8fd29912c124d2420842

$ tar xzvf coverage-3.4.tar.gz

$ python setup.py Install

3 Installing Nose

Download Address:

Http://pypi.python.org/packages/source/n/nose/nose-1.0.0.tar.gz

#md5 =47a4784c817afa6ef11a505b574584ed

$ tar xzvf nose-1.0.0.tar.gz

$ python setup.py Install

4: Test the installation results, execute the nosetests command directly



This article is from the "Starry Souls" blog, please be sure to keep this source http://mysqldba.blog.51cto.com/6728219/1598352

Installation of unit test framework nose in Python

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.