From b29ff737811a93f62b3d1e3f7bdf0af5818d47b5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 9 Dec 2015 19:00:20 -0200 Subject: [PATCH] Apply small review requests * Fixed typo * Removed superfluous introduction --- OVERVIEW.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/OVERVIEW.md b/OVERVIEW.md index 552fb33..2562695 100644 --- a/OVERVIEW.md +++ b/OVERVIEW.md @@ -1,15 +1,12 @@ # Overview # -Here it is described a brief overview of xdist's internal architecture. - - `xdist` works by spawning one or more **worker nodes**, which are controlled by the **master node**. Each **worker node** is responsible for performing a full test collection and afterwards running tests as dictated by the **master node**. The execution flow is: -1. **master node** spawns one or more **worker nodes** at the begginning of +1. **master node** spawns one or more **worker nodes** at the beginning of the test session. The communication between **master** and **worker** nodes makes use of [execnet](http://codespeak.net/execnet/) and its [gateways](http://codespeak.net/execnet/basics.html#gateways-bootstrapping-python-interpreters). The actual interpreters executing the code for the **worker nodes** might