Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
craw
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bertrand NÉRON
craw
Commits
825c7f2f
Verified
Commit
825c7f2f
authored
5 years ago
by
Bertrand NÉRON
Browse files
Options
Downloads
Patches
Plain Diff
close files
parent
43104b0a
No related branches found
No related tags found
No related merge requests found
Pipeline
#10892
failed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_craw_coverage.py
+8
-0
8 additions, 0 deletions
tests/test_craw_coverage.py
with
8 additions
and
0 deletions
tests/test_craw_coverage.py
+
8
−
0
View file @
825c7f2f
...
...
@@ -160,6 +160,8 @@ Using:
self
.
assertEqual
(
sense
.
name
,
sense_file_name
)
self
.
assertEqual
(
antisense
.
name
,
os
.
devnull
)
finally
:
sense
.
close
()
antisense
.
close
()
self
.
tearDown
()
try
:
...
...
@@ -172,6 +174,8 @@ Using:
self
.
assertEqual
(
sense
.
name
,
os
.
devnull
)
self
.
assertEqual
(
antisense
.
name
,
antisense_file_name
)
finally
:
sense
.
close
()
antisense
.
close
()
self
.
tearDown
()
try
:
...
...
@@ -188,6 +192,8 @@ Using:
self
.
assertEqual
(
sense
.
name
,
sense_file_name
)
self
.
assertEqual
(
antisense
.
name
,
antisense_file_name
)
finally
:
sense
.
close
()
antisense
.
close
()
self
.
tearDown
()
try
:
...
...
@@ -200,6 +206,8 @@ Using:
self
.
assertEqual
(
sense
.
name
,
output_file_name
)
self
.
assertIs
(
antisense
,
sense
)
finally
:
sense
.
close
()
antisense
.
close
()
self
.
tearDown
()
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment