Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
23f78ca5
Commit
23f78ca5
authored
Mar 06, 2018
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: move testing bits into tests directory.
parent
04bb5881
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
23 deletions
+27
-23
README.md
README.md
+2
-23
tests/README.md
tests/README.md
+25
-0
No files found.
README.md
View file @
23f78ca5
# Mitogen
# Running The Tests
[
![Build Status
](
https://api.travis-ci.org/dw/mitogen.svg?branch=master
)
](https://travis-ci.org/dw/mitogen)
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.
## Steps To Prepare Development Environment
1.
Get the code
``git clone https://github.com/dw/mitogen.git``
1.
Go into the working directory
``cd mitogen``
1.
Establish the docker image
``./tests/build_docker_image.py``
1.
Build the virtual environment
``virtualenv ../venv``
1.
Enable the virtual environment we just built
``source ../venv/bin/activate``
1.
Install Mitogen in pip editable mode
``pip install -e .``
1.
Run
``test.sh``
<a
href=
"https://mitogen.readthedocs.io/"
>
Please see the documentation
</a>
.
tests/README.md
View file @
23f78ca5
...
...
@@ -3,3 +3,28 @@
This directory is full of disorganized crap, including random hacks I checked
in that I'd like to turn into tests. The effort to write tests only really
started in September 2017. Pull requests in this area are very welcome!
## Running The Tests
[
![Build Status
](
https://api.travis-ci.org/dw/mitogen.svg?branch=master
)
](https://travis-ci.org/dw/mitogen)
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.
## Steps To Prepare Development Environment
1.
Get the code
``git clone https://github.com/dw/mitogen.git``
1.
Go into the working directory
``cd mitogen``
1.
Establish the docker image
``./tests/build_docker_image.py``
1.
Build the virtual environment
``virtualenv ../venv``
1.
Enable the virtual environment we just built
``source ../venv/bin/activate``
1.
Install Mitogen in pip editable mode
``pip install -e .``
1.
Run
``test.sh``
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment