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

t4ngo / sphinxcontrib-traceables
82%

Build:
DEFAULT BRANCH: master
Repo Added 09 Jan 2016 06:36PM UTC
Files 9
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • v0.1.0
  • v0.1.1
  • v0.1.2
  • v0.1.3
  • v0.1.4

pending completion
44

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%)

4.12 hits per line

Relevant lines Covered
Build:
Build:
1183 RELEVANT LINES 975 COVERED LINES
4.12 HITS PER LINE
Source Files on master
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
44 master 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 K... Pull #10 30 Jan 2019 02:58PM UTC Stephan Linz travis-ci pending completion  
43 master tox: expand build matrix for Sphinx >1.4 Related to issue #8. Catch all the changes by ancw expanded tox build matrix. Signed-off-by: Stephan Linz <linz@li-pro.net> Pull #5 30 Jan 2019 01:56PM UTC Stephan Linz travis-ci pending completion  
42 master Expand usage example of requirements management push 17 Dec 2016 10:27PM UTC t4ngo travis-ci pending completion  
41 master App create_title_node() per formatter class In contrast to the table formatter the admonition formatter have to make sure that the ctreated admonition node will provide a title node. To do so the table and the admonition formatter classes needs d... Pull #5 07 Nov 2016 04:12PM UTC web-flow travis-ci pending completion  
39 master Make FilterFail subclass of FilterError This simplifies error handling of filter operations, because the specific fail error is also caught by an except clause for FilterError. push 06 Aug 2016 09:03PM UTC t4ngo travis-ci pending completion  
36 master Add pluggable formatters for traceable matrices This commit contains the following changes: - Re-factor the matrix processor to use flexible formatting classes, similar to those introduced for traceable displays in commit c651c87. - Introduce... push 03 Aug 2016 04:14PM UTC t4ngo travis-ci pending completion  
35 master Add LaTeX formatting of traceable display push 03 Jul 2016 10:36PM UTC t4ngo travis-ci pending completion  
34 master Fix error handling when graph without start tag push 28 Jun 2016 09:00PM UTC t4ngo travis-ci pending completion  
32 master Bump version to 0.1.4 push 01 Jun 2016 10:59PM UTC t4ngo travis-ci pending completion  
31 master Add graphviz to Travis-CI config push 01 Jun 2016 10:54PM UTC t4ngo travis-ci pending completion  
See All Builds (35)
  • Repo 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

© 2025 Coveralls, Inc