• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

t4ngo / sphinxcontrib-traceables / 44 / 5
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 30 Jan 2019 02:58PM UTC
Files 9
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Jan 2019 02:58PM UTC coverage: 82.418%. First build
44.5

Pull #10

travis-ci

Stephan Linz
Port tests to Python 3

- try to import HTMLParser from new module html.parser, fall back
  for Python 2 to import from old module HTMLParser
- byte stream from file to internal unicode with decode('utf-8')
- print statement as print() function

Known issue:
------------

Some test cases in tests/test_filter.py will fail when use the ast
module in Python 3 --> exclude them until it is solved.  Error is:

======================================================================
ERROR: test_filter.test_filter_operators
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../.tox/py35-sphinx1.3/lib/python3.5/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File ".../tests/test_filter.py", line 75, in test_filter_operators
    assert match("version in [1.1, 1.2, -4]") is True
  File ".../tests/test_filter.py", line 42, in match
    return matcher.matches(identifier_values)
  File ".../sphinxcontrib/traceables/filter.py", line 50, in matches
    return visitor.visit(self.expression_tree)
  File "/usr/lib/python3.5/ast.py", line 245, in visit
    return visitor(node)
  File ".../sphinxcontrib/traceables/filter.py", line 67, in visit_Module
    return self.visit(node.body[0])
  File "/usr/lib/python3.5/ast.py", line 245, in visit
    return visitor(node)
  File ".../sphinxcontrib/traceables/filter.py", line 70, in visit_Expr
    return self.visit(node.value)
  File "/usr/lib/python3.5/ast.py", line 245, in visit
    return visitor(node)
  File ".../sphinxcontrib/traceables/filter.py", line 96, in visit_Compare
    right = self.visit(node.comparators[0])
  File "/usr/lib/python3.5/ast.py", line 245, in visit
    return visitor(node)
  File ".../sphinxcontrib/traceables/filter.py", line 87, in visit_List
    return tuple(self.visit(element) for element in node.elts)
  File ".../sphinxcontrib/traceables/filter.py", line 87, in <genexpr>
    return tuple(self.visit(element) fo... (continued)
Pull Request #10:

975 of 1183 relevant lines covered (82.42%)

0.82 hits per line

Source Files on job 44.5
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 44
  • Travis Job 44.5
  • 994c0e72 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc