mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
docs/frontends/CLI.rst, src/allmydata/test/trialtest.py: add trailing newlines. refs #1296
This commit is contained in:
parent
d21f4071c3
commit
a9fc4668c0
@ -585,4 +585,4 @@ sharefile. This can be used to test the client-side verification/repair code.
|
||||
Obviously, this command should not be used during normal operation.
|
||||
|
||||
"``tahoe debug trial [OPTIONS] [TESTSUITE]``" will run the tests specified by
|
||||
TESTSUITE (defaulting to the whole Tahoe test suite), using Twisted Trial.
|
||||
TESTSUITE (defaulting to the whole Tahoe test suite), using Twisted Trial.
|
||||
|
@ -27,4 +27,4 @@ class Failure(unittest.TestCase):
|
||||
raise AssertionError('clang')
|
||||
|
||||
def test_deferred_error(self):
|
||||
return defer.fail(AssertionError('screech'))
|
||||
return defer.fail(AssertionError('screech'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user