diff options
author | Guido Günther <agx@sigxcpu.org> | 2012-02-09 16:15:41 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-02-09 16:21:00 +0100 |
commit | 44814b7c0891c69a1899188be086e2ca31de2a10 (patch) | |
tree | f8ee71428ae11fee11e840e724af93549be18bfb /setup.cfg | |
parent | d279757c3fe0776d110ff73e77b14c9846e61927 (diff) | |
download | git-buildpackage-44814b7c0891c69a1899188be086e2ca31de2a10.tar.gz git-buildpackage-44814b7c0891c69a1899188be086e2ca31de2a10.tar.bz2 git-buildpackage-44814b7c0891c69a1899188be086e2ca31de2a10.zip |
Include missing doctests in generated API docs
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ sourcecode = no url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/ target = build/apidocs/ fail-on = docstring_warning -modules = gbp, tests/test_Git*.py +modules = gbp, tests/test_*.py |