1
0
Fork 0
mirror of synced 2024-07-26 18:11:13 -04:00

Merge branch 'nagromc/tests-instructions'

This commit is contained in:
Anish Athalye 2018-03-27 17:41:14 -04:00
commit f8f46960f4

View file

@ -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
-----------------