Unverified Commit d49864ce authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

Show duration of each UT case (#4809)

parent 39620c45
...@@ -105,6 +105,7 @@ linkcheck_ignore = [ ...@@ -105,6 +105,7 @@ linkcheck_ignore = [
# Some URLs that often fail # Some URLs that often fail
r'https://www\.cs\.toronto\.edu/', # CIFAR-10 r'https://www\.cs\.toronto\.edu/', # CIFAR-10
r'https://help\.aliyun\.com/document_detail/\d+\.html', # Aliyun r'https://help\.aliyun\.com/document_detail/\d+\.html', # Aliyun
r'http://www\.image-net\.org/', # ImageNet
] ]
# Ignore all links located in release.rst # Ignore all links located in release.rst
......
[pytest] [pytest]
addopts = --cov=nni --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html --cov-config=.coveragerc addopts = --cov=nni --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html --cov-config=.coveragerc --durations=50
filterwarnings = filterwarnings =
ignore:Using key to access the identifier of:DeprecationWarning ignore:Using key to access the identifier of:DeprecationWarning
ignore:layer_choice.choices is deprecated.:DeprecationWarning ignore:layer_choice.choices is deprecated.:DeprecationWarning
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment