Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrey Yemelyanov
noc
Commits
14bd9006
Verified
Commit
14bd9006
authored
Jun 28, 2018
by
Dmitry Volodin
Browse files
./noc test: Do not show "Writing coverage report to None/index.html"
parent
4086184f
Changes
1
Hide whitespace changes
Inline
Side-by-side
commands/test.py
View file @
14bd9006
...
...
@@ -92,7 +92,8 @@ class Command(BaseCommand):
try
:
result
=
run_tests
(
args
)
finally
:
self
.
print
(
"Writing coverage report to %s/index.html"
%
coverage_report
)
if
coverage_report
:
self
.
print
(
"Writing coverage report to %s/index.html"
%
coverage_report
)
cov
.
stop
()
cov
.
save
()
if
coverage_report
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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