Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
cython
Commits
be5bea91
Commit
be5bea91
authored
Feb 22, 2015
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapt to recent changes in coverage.py package
parent
182ab7ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
Cython/Coverage.py
Cython/Coverage.py
+0
-3
No files found.
Cython/Coverage.py
View file @
be5bea91
...
@@ -9,7 +9,6 @@ import os.path
...
@@ -9,7 +9,6 @@ import os.path
from
collections
import
defaultdict
from
collections
import
defaultdict
from
coverage.plugin
import
CoveragePlugin
,
FileTracer
,
FileReporter
# requires coverage.py 4.0+
from
coverage.plugin
import
CoveragePlugin
,
FileTracer
,
FileReporter
# requires coverage.py 4.0+
from
coverage.files
import
FileLocator
# requires coverage.py 4.0+
from
.Utils
import
find_root_package_dir
,
is_package_dir
from
.Utils
import
find_root_package_dir
,
is_package_dir
...
@@ -227,8 +226,6 @@ class CythonModuleReporter(FileReporter):
...
@@ -227,8 +226,6 @@ class CythonModuleReporter(FileReporter):
"""
"""
Provide detailed trace information for one source file to coverage.py.
Provide detailed trace information for one source file to coverage.py.
"""
"""
file_locator
=
FileLocator
()
def
__init__
(
self
,
c_file
,
source_file
,
rel_file_path
,
code
,
excluded
):
def
__init__
(
self
,
c_file
,
source_file
,
rel_file_path
,
code
,
excluded
):
super
(
CythonModuleReporter
,
self
).
__init__
(
source_file
)
super
(
CythonModuleReporter
,
self
).
__init__
(
source_file
)
self
.
name
=
rel_file_path
self
.
name
=
rel_file_path
...
...
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