Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/227199
Change subject: tests: report test duration with nose-timer ...................................................................... tests: report test duration with nose-timer Add python module `nose-timer` when running tests and enable it. That shows the test duration for each test. Change-Id: I8401a54901a6b42bf4b5264a805f23fd54f3f53c --- M setup.cfg M test-requirements.txt 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/config refs/changes/99/227199/1 diff --git a/setup.cfg b/setup.cfg index b93803a..e2e7d27 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,3 @@ [nosetests] verbosity = 2 +with-timer = True diff --git a/test-requirements.txt b/test-requirements.txt index 746aeda..3d2771a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,4 @@ nose +nose-timer PyYAML git+https://gerrit.wikimedia.org/r/p/integration/zuul.git@debian/precise-wikimedia#egg=zuul -- To view, visit https://gerrit.wikimedia.org/r/227199 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8401a54901a6b42bf4b5264a805f23fd54f3f53c Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
