summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2018-03-27 17:41:14 -0400
committerAnish Athalye <me@anishathalye.com>2018-03-27 17:41:14 -0400
commitf8f46960f4d4217518e0d94a63daf0d525e466ce (patch)
treeee6ea5b3bf333258110ae98de7538778803a2efc /test
parent46b17366a37f8142966d5d5b93849ce25ea23808 (diff)
parent174949d1fc9ca8ef0d81efd6bdf9fa50b412ec7b (diff)
Merge branch 'nagromc/tests-instructions'
Diffstat (limited to 'test')
-rw-r--r--test/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
index c4abddc..80ccf99 100644
--- a/test/README.md
+++ b/test/README.md
@@ -8,6 +8,29 @@ machine state. The tests are deterministic, and each test is run in a virtual
machine with fresh state, ensuring that tests that modify system state are
easily repeatable.
+Installing the Test environnement
+---------------------------------
+
+### Debian-based distributions
+
+- Install the test requirements
+
+```bash
+sudo apt install vagrant virtualbox
+```
+
+- Install the [Sahara][sahara] Vagrant plugin
+
+```bash
+vagrant plugin install sahara
+```
+
+- Install Dotbot dependencies
+
+```bash
+git submodule update --init --recursive
+```
+
Running the Tests
-----------------