add and document new parser.addini(name, description) method to describe

ini-values. Also document the parser object with its public methods.

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-10-30 19:23:50 +02:00
parent 2d8bcbdf55
commit 1280041f0c
6 changed files with 42 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ def test_help(testdir):
assert result.ret == 0
result.stdout.fnmatch_lines([
"*-v*verbose*",
"*ini-settings*",
"*settings*",
"*conftest.py*",
])