Add some XXX comments to places where work is needed.

This commit is contained in:
Georg Brandl
2009-09-08 12:07:11 +02:00
parent ec5e5de95b
commit efa4678cfd
4 changed files with 5 additions and 0 deletions

View File

@@ -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