Distributed self-replicating programs in Python
Go to file
David Wilson 1bb4a32271 issue #9: log warning when a cross-sibling CALL_FUNCTION occurs
First step to making it a fatal error.
2017-09-25 14:49:58 +05:30
docs Remove set from permitted types. 2017-09-25 05:24:58 +05:30
examples Fixup ansible_demo.py for recent Ansibles 2017-09-17 05:26:45 +05:30
mitogen issue #9: log warning when a cross-sibling CALL_FUNCTION occurs 2017-09-25 14:49:58 +05:30
tests Fix up importer_test. 2017-09-25 05:20:50 +05:30
.gitignore Initial .gitignore. 2016-08-14 02:32:02 +01:00
README.md Add instructions for running tests. 2017-09-17 18:16:23 +05:30
dev_requirements.txt docs: Use sphinx-programoutput plugin for preamble_size.py 2017-09-21 22:22:43 +05:30
preamble_size.py fakessh: add to preamble_size.py 2017-09-21 17:08:57 +05:30
setup.py Rename package. 2017-09-11 10:20:01 +05:30

README.md

Running The Tests

Your computer should have an Internet connection, and the docker command line tool should be able to connect to a working Docker daemon (localhost or elsewhere for OS X etc.) that can run new images.

The IP address of the Docker daemon must allow exposing ports from running containers, e.g. it should not be firewalled or port forwarded.

If in doubt, just install Docker on a Linux box in the default configuration and run the tests there.