Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caucase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
caucase
Commits
03979e43
Commit
03979e43
authored
Jul 22, 2018
by
Vincent Pelletier
Committed by
Vincent Pelletier
Jul 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Do not rely on NoCloseFileProxy.close being called for coverage.
It is not in python3.
parent
d8173a24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
caucase/test.py
caucase/test.py
+1
-1
No files found.
caucase/test.py
View file @
03979e43
...
@@ -110,7 +110,7 @@ class NoCloseFileProxy(object):
...
@@ -110,7 +110,7 @@ class NoCloseFileProxy(object):
def
__getattr__
(
self
,
name
):
def
__getattr__
(
self
,
name
):
return
getattr
(
self
.
_real_file
,
name
)
return
getattr
(
self
.
_real_file
,
name
)
def
close
(
self
):
def
close
(
self
):
# pragma: no cover
"""
"""
Don't.
Don't.
"""
"""
...
...
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