Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
d49864ce
Unverified
Commit
d49864ce
authored
Apr 27, 2022
by
liuzhe-lz
Committed by
GitHub
Apr 27, 2022
Browse files
Show duration of each UT case (#4809)
parent
39620c45
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docs/source/conf.py
docs/source/conf.py
+1
-0
test/pytest.ini
test/pytest.ini
+1
-1
No files found.
docs/source/conf.py
View file @
d49864ce
...
@@ -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
...
...
test/pytest.ini
View file @
d49864ce
[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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment