Alex Willmer
68673e4ccd
Add mock requirement
7 years ago
David Wilson
7eb81a1694
docs: more getting started guide
7 years ago
David Wilson
f19d18350d
mitop: fix overlong command lines corrupting the followign line
7 years ago
David Wilson
686c77e901
mitop: Show new processes in bold.
7 years ago
David Wilson
d800b684ef
Merge branch 'module-preloading'
...
Not much point in keeping the docs changes separate.
7 years ago
David Wilson
0b141ade62
docs: getting started
7 years ago
David Wilson
4632c73a72
More.
7 years ago
David Wilson
d00821be89
docs: way more appropriate image
7 years ago
David Wilson
6792893666
docs: more getting started
7 years ago
David Wilson
2d6b004fa0
docs: Getting started tidyups
7 years ago
David Wilson
dddaa29526
docs: Get started on Getting Started
7 years ago
David Wilson
b6552bb594
core: Remove unused on_shutdown attribute.
7 years ago
David Wilson
dc6ed860f7
docs: fix reference to with:
7 years ago
David Wilson
320191cae2
docs: move fakessh docs into Sphinx.
7 years ago
David Wilson
2830304407
docs: move mitogen.utils docs to Sphinx.
7 years ago
David Wilson
b56f848cc6
docs: fix decorator types.
7 years ago
David Wilson
2bda6ee70c
docs: better io_op doc, move Side docs to Sphinx.
7 years ago
David Wilson
15492adabc
docs: move BasicStream docs into Sphinx.
7 years ago
David Wilson
397ff50a58
Try to be compatible with older Docker daemons; (hopefully) closes #46
7 years ago
dw
5bdf7641df
Merge pull request #45 from moreati/pytest-catchlog
...
Fix "hook uses deprecated __multicall__ argument" warning
7 years ago
Alex Willmer
761ac47dfe
Fix "hook uses deprecated __multicall__ argument" warning
...
By replacing pytest-capturelog with pytest-catchlog we fix one warning
that is reported by pytest:
```
venv/local/lib/python2.7/site-packages/pytest_capturelog.py:171
'pytest_runtest_makereport' hook uses deprecated __multicall__
argument
None
pytest_funcarg__caplog: declaring fixtures using "pytest_funcarg__"
prefix is deprecated and scheduled to be removed in pytest 4.0. Please
remove the prefix and use the @pytest.fixture decorator instead.
pytest_funcarg__capturelog: declaring fixtures using
"pytest_funcarg__" prefix is deprecated and scheduled to be removed in
pytest 4.0. Please remove the prefix and use the @pytest.fixture
decorator instead.
-- Docs: http://doc.pytest.org/en/latest/warnings.html
```
pytest-capturelog seems to be unmaintained, the bug in question
<https://bitbucket.org/memedough/pytest-capturelog/issues/6 > has been
open since July 2015. pytest-catchlog is a fork of pytest-capturelog.
7 years ago
David Wilson
ba9e129848
mitop: more dead code
7 years ago
David Wilson
12c1beed10
More dead code, some comments.
7 years ago
David Wilson
4a08055352
mitop: Remove dead code
7 years ago
David Wilson
d659a57d97
mitop: Remove dead code
7 years ago
David Wilson
29297643ff
Import mitop example script.
7 years ago
David Wilson
8e69838b44
docs: annother barriage of cross-reference fixes.
7 years ago
David Wilson
b88e68df72
docs: Fix up tons of references, document trust chain
7 years ago
David Wilson
bab232f07c
importer: module preloading docs
7 years ago
David Wilson
8439e889ed
core: More robust shutdown
...
Now there is a separate SHUTDOWN message that relies only on being
received by the broker thread, the main thread can be hung horribly and
the process will still eventually receive a SIGTERM.
7 years ago
David Wilson
1784f3c83a
Add test that hangs the main thread during shutdown.
7 years ago
David Wilson
fa9def91f2
Implement test_aborted_on_local_context_disconnect
7 years ago
David Wilson
1f607a6292
Fix lnik.
7 years ago
David Wilson
f1dab5fd66
Add build icon to README
7 years ago
David Wilson
e3b51de6b1
Handle docker running on localhost.
7 years ago
David Wilson
21b65e61af
Bare minimum .travis.yml.
7 years ago
David Wilson
d7c15859bf
Let utils_test run directly too.
7 years ago
David Wilson
eac5daf28d
Fix select_test failure, remove crap old timing_test.
7 years ago
David Wilson
291a44dc34
Remove proxy_test (duplicates sudo_test)
7 years ago
David Wilson
1f73c32d4c
frameworkize nested_test.
7 years ago
David Wilson
eb6afee514
Beginnings of module_finder_test
7 years ago
David Wilson
fccf1b1cab
Fix importer_test constructor signature.
7 years ago
David Wilson
e6795a5c43
core: loosen assertion to allow fakessh_test to succeed.
7 years ago
David Wilson
2ed39c411f
Allow call_function_test to succeed depite testlib import.
7 years ago
David Wilson
2659cf0ae0
Use enhanced assertRaises in call_function_test.py.
7 years ago
David Wilson
b0e13fefdd
Fix 2 call_function_test failures.
7 years ago
David Wilson
0e51aa5cd9
master: hack to avoid executing __main__.
7 years ago
David Wilson
909937cc21
Simple scan_code_imports test.
7 years ago
David Wilson
5a71c38fdc
We don't support sets, so don't use them in module loader(!)
7 years ago
David Wilson
c9e3fbb483
add missing IOLOG, fixes _iter_read/SshTest.
7 years ago