Skip to content

Commit

Permalink
Menciono en README que se debe crear la carpeta tests/temp para corre…
Browse files Browse the repository at this point in the history
…r los tests
  • Loading branch information
capitantoto committed Dec 21, 2016
1 parent e59bd68 commit 323c164
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,13 @@ validation_report = dj.validate_catalog(datajson)
## Tests

Los tests se corren con `nose`. Desde la raíz del repositorio:
**Configuración inicial:**
```bash
$ pip install nose
$ mkdir tests/temp
```
$ pip install nose # Sólo la primera vez
**Correr la suite de tests:**
```bash
$ nosetests
```

Expand Down

0 comments on commit 323c164

Please sign in to comment.