[Bug 63002] Nosetests / codecoverage packages missing from wikimetrics' setup

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63002 Toby Negrin tneg...@wikimedia.org changed: What|Removed |Added Priority|High|Normal -- You are

[Bug 63002] Nosetests / codecoverage packages missing from wikimetrics' setup

2014-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63002 Toby Negrin tneg...@wikimedia.org changed: What|Removed |Added Priority|Unprioritized |High -- You are

[Bug 63002] Nosetests / codecoverage packages missing from wikimetrics' setup

2014-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63002 --- Comment #1 from nuria nu...@wikimedia.org --- I believe vagrant roles do not setup testing infrastructure for roles via puppet. You are expected to pip install nose. At least that is the case in the roles I have installed. I am not sure

[Bug 63002] Nosetests / codecoverage packages missing from wikimetrics' setup

2014-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63002 --- Comment #2 from christ...@quelltextlich.at --- (In reply to nuria from comment #1) You are expected to pip install nose. Then the bug is that this necessary step is not documented anywhere :-) -- You are receiving this mail because: You

[Bug 63002] Nosetests / codecoverage packages missing from wikimetrics' setup

2014-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63002 --- Comment #3 from christ...@quelltextlich.at --- (In reply to christian from comment #2) Then the bug is that this necessary step is not documented anywhere :-) Rubbish, Christian! No need to change the documentation, when we can fix the

[Bug 63002] Nosetests / codecoverage packages missing from wikimetrics' setup

2014-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63002 --- Comment #4 from Bingle bingle-ad...@wikimedia.org --- Prioritization and scheduling of this bug is tracked on Mingle card https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/cards/1494 -- You are receiving this mail

[Bug 63002] Nosetests / codecoverage packages missing from wikimetrics' setup

2014-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63002 --- Comment #5 from christ...@quelltextlich.at --- Just to keep track of what was said in private emails, one suggestion was to turn the current $debug into something more generic: $environment = ‘development’, … if $environment ==

[Bug 63002] Nosetests / codecoverage packages missing from wikimetrics' setup

2014-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63002 --- Comment #6 from nuria nu...@wikimedia.org --- This would cleanly replace code we have like the following: if (debug) # change some config setting X to Y With: if (development) # load development config, it already has X=Y --