[20:03:55] <Ivo> nose people might not like that...
[20:06:57] <qwcode> again, we're not endorsing it... using "setup.py test" involved adding something to setup.py (test_suite) that we then have to explain... so that bothered me...
[20:08:30] <ionelmc> qwcode: does the sampleproject get any traffic?
[20:09:20] <qwcode> ionelmc, it's linked in many places in the Packaging User Guide. it comes up on distutils-sig from time to time
[20:18:46] <Ivo> I also like `python setup.py test` in that it lets you write any underlying testing mechanism (unittest, pytest, nose) under it, but has the same simple command
[20:51:31] <qwcode> ionelmc, but really, it's not meant to be forked. it's meant to be looked thru while going thru the PyPUG section on "Packaging and Distributing Projects"
[20:55:03] <ionelmc> qwcode: doesn't that mean people use it as a template?
[20:56:44] <qwcode> ionelmc, looking at it, doesn't mean "template"
[20:56:56] <qwcode> certainly not like a cookiecutter template
[20:58:25] <qwcode> cookiecutter is good for giving you all the stuff you need for a project... whereas we don't want to be authorities on all that... and start debates on things we're not trying to cover
[20:58:56] <qwcode> like setup.py test vs pytest vs nose
[20:59:47] <qwcode> i.e. I didn't want to just give snippets in the PyPUG tutorials