diff options
| author | Georg Brandl <georg@python.org> | 2010-01-02 21:03:56 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-02 21:03:56 +0100 |
| commit | faeec5cbbbcaec4a0c2ce12f0d41ecf3f225f5b4 (patch) | |
| tree | 50fe275b8db2751541d4d20be7656aca3bc0eed4 /tests/test_coverage.py | |
| parent | ed78dc7ff0102a2d10d934259f5c046fc5e280f6 (diff) | |
| parent | f3a2854ba97b33548c92490e0731e91014fa7c20 (diff) | |
| download | sphinx-git-faeec5cbbbcaec4a0c2ce12f0d41ecf3f225f5b4.tar.gz | |
merge with trunk
Diffstat (limited to 'tests/test_coverage.py')
| -rw-r--r-- | tests/test_coverage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_coverage.py b/tests/test_coverage.py index 282db6776..94b45eb8e 100644 --- a/tests/test_coverage.py +++ b/tests/test_coverage.py @@ -36,6 +36,7 @@ def test_build(app): undoc_py, undoc_c = pickle.loads((app.outdir / 'undoc.pickle').text()) assert len(undoc_c) == 1 # the key is the full path to the header file, which isn't testable + # XXX this should fail right now assert undoc_c.values()[0] == [('cfunction', 'Py_SphinxTest')] assert 'test_autodoc' in undoc_py |
