diff options
| author | Barry Warsaw | 2014-12-15 20:43:57 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-15 20:43:57 -0500 |
| commit | 40c50483989c6141a528d2c3e1b5830b89a96e5e (patch) | |
| tree | 711856314ee0e6479d1b310ed70e8d541f231c08 /src/mailman/core/docs | |
| parent | 068634612210ea447dca21db416724cba88cd64d (diff) | |
| download | mailman-40c50483989c6141a528d2c3e1b5830b89a96e5e.tar.gz mailman-40c50483989c6141a528d2c3e1b5830b89a96e5e.tar.zst mailman-40c50483989c6141a528d2c3e1b5830b89a96e5e.zip | |
Core tests pass.
Diffstat (limited to 'src/mailman/core/docs')
| -rw-r--r-- | src/mailman/core/docs/runner.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/core/docs/runner.rst b/src/mailman/core/docs/runner.rst index 865635310..11a771fe8 100644 --- a/src/mailman/core/docs/runner.rst +++ b/src/mailman/core/docs/runner.rst @@ -55,7 +55,7 @@ on instance variables. ... A test message. ... """) >>> switchboard = config.switchboards['test'] - >>> filebase = switchboard.enqueue(msg, list_id=mlist.list_id, + >>> filebase = switchboard.enqueue(msg, listid=mlist.list_id, ... foo='yes', bar='no') >>> runner.run() >>> print(runner.msg.as_string()) @@ -69,7 +69,7 @@ on instance variables. bar : no foo : yes lang : en - listname : test@example.com + listid : test.example.com version : 3 XXX More of the Runner API should be tested. |
