This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author upendra-k14
Recipients Marcus.Smith, Saimadhav.Heblikar, belopolsky, dstufft, erickhoo, markroseman, ncoghlan, paul.moore, peter.otten, rhettinger, terry.reedy, upendra-k14
Date 2016-04-03.07:56:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459670163.3.0.663055400644.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
I have one doubt about writing unittests for pip_gui. For writing the unittest what should I use as a test instance? For example, if we take particular pip package like : Flask

Now, if I have to test the 'get_data_show()' function in temp_pip_v3.py (using the assertXYZ functions), then I will use the output of 'pip show flask' as an example test case. But, it may be the case that Flask is not installed in others' machine. In this case the test would fail. Therefore, what should I use as a example test case?
History
Date User Action Args
2016-04-03 07:56:03upendra-k14setrecipients: + upendra-k14, rhettinger, terry.reedy, paul.moore, ncoghlan, peter.otten, belopolsky, markroseman, dstufft, Marcus.Smith, Saimadhav.Heblikar, erickhoo
2016-04-03 07:56:03upendra-k14setmessageid: <1459670163.3.0.663055400644.issue23551@psf.upfronthosting.co.za>
2016-04-03 07:56:03upendra-k14linkissue23551 messages
2016-04-03 07:56:02upendra-k14create