[ 原始碼: python-nose-timer ]
套件:python3-nose-timer(0.3.0-3)
python3-nose-timer 的相關連結
Debian 的資源:
下載原始碼套件 python-nose-timer:
- [python-nose-timer_0.3.0-3.dsc]
- [python-nose-timer_0.3.0.orig.tar.xz]
- [python-nose-timer_0.3.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
timer plugin for nosetests - Python 3.x
A timer plugin for nosetests that answers the question: how much time does every test take? Run nosetests with the --with-timer flag, and you will see a list of the tests and the time spent by each one (in seconds):
myapp.tests.ABigTestCase.test_the_world_is_running: 56.0010s myapp.tests.ABigTestCase.test_the_rest_of_the_galaxy_is_running: 2356.0010s
It is also possible to list the 10 slowest tests this way:
nosetests --with-timer --timer-top-n 10
This package contains the Python 3.x module.
其他與 python3-nose-timer 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-nose
- test discovery and running for Python3 unittest
-
- sug: python-nose-timer-doc
- 套件暫時不可用