jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  JanZerebecki: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I8401a54901a6b42bf4b5264a805f23fd54f3f53c
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Dduvall <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to