简体   繁体   中英

nosetests config file python

I am working on nosetests. I know that we have to use -s so that stdout will not be captured during execution. Another way is to create nose.cfg file.

Can I know where should I create this file, I tried it in the folder from where I am running nosetests in command window, it didn't work.

Thanks

This error means you need nose testconfig library download nose-testconfig from here: https://pypi.python.org/pypi/nose-testconfig

or use easyinstall or pip

this will resolve the issue !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM