mitogen/tests/data
Alex Willmer e3b700b553 tests: Fix no such option -o running FakeSsh.test_okay()
Full output of failed test

```
ERROR: test_okay (__main__.FakeSshTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/ssh_test.py", line 16, in test_okay
    ssh_path=testlib.data_path('fakessh.py'),
  File "/home/alex/src/mitogen/mitogen/master.py", line 650, in ssh
    return self.connect('ssh', **kwargs)
  File "/home/alex/src/mitogen/mitogen/parent.py", line 463, in connect
    return self._connect(context_id, klass, name=name, **kwargs)
  File "/home/alex/src/mitogen/mitogen/parent.py", line 449, in _connect
    stream.connect()
  File "/home/alex/src/mitogen/mitogen/ssh.py", line 104, in connect
    super(Stream, self).connect()
  File "/home/alex/src/mitogen/mitogen/parent.py", line 395, in connect
    self._connect_bootstrap()
  File "/home/alex/src/mitogen/mitogen/ssh.py", line 116, in
_connect_bootstrap
    time.time() + 10.0):
  File "/home/alex/src/mitogen/mitogen/parent.py", line 207, in
iter_read
    (''.join(bits)[-300:],)
mitogen.core.StreamError: EOF on stream; last 300 bytes received:
'Usage: fakessh.py [options]\n\nfakessh.py: error: no such option: -o\n'
```
2018-03-19 21:58:34 +05:45
..
docker Import Docker build script for integration tests 2018-03-19 21:35:17 +05:45
module_finder_testmod Beginnings of module_finder_test 2018-03-19 21:35:37 +05:45
simple_pkg Initial commit. 2018-03-19 21:35:13 +05:45
six_brokenpkg Replace nasty print statements in six_brokenpkg. 2018-03-19 21:58:28 +05:45
webproject Make log_to_file accept string level rather than logging package constant 2018-03-19 21:35:35 +05:45
fakessh.py tests: Fix no such option -o running FakeSsh.test_okay() 2018-03-19 21:58:34 +05:45
id_allocation.py Adjust unittest for master -> parent split 2018-03-19 21:58:29 +05:45
iter_read_generator.sh core: Make iter_read() handle deadline (and non-blocking IO) properly 2018-03-19 21:35:35 +05:45
plain_old_module.py Replace all calls to file() with open() 2018-03-19 21:58:27 +05:45
self_contained_program.py Fixup some more tests. 2018-03-19 21:35:35 +05:45
write_all_consumer.sh master: make write_all() handle O_NONBLOCK and deadlines. 2018-03-19 21:35:35 +05:45