Skip to content

Commit

Permalink
fixup! strip down usage.txt and move to connect.txt as test doc only
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Slater committed Apr 20, 2018
1 parent 486cbdb commit 65218c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crate/crash/tests.py
Expand Up @@ -96,7 +96,7 @@ def test_suite():
suite = unittest.TestSuite()
flags = (doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS)
s = doctest.DocFileSuite(
'usage.txt', 'output.txt',
'connect.txt', 'output.txt',
setUp=setUp,
tearDown=tearDown,
optionflags=flags,
Expand Down

0 comments on commit 65218c8

Please sign in to comment.