#N/A Add docker-based functional tests

This commit is contained in:
nvbn
2015-07-24 03:56:21 +03:00
parent b15bc8c423
commit 7906025cc6
6 changed files with 164 additions and 1 deletions
+7 -1
View File
@@ -292,11 +292,17 @@ pip install -r requirements.txt
python setup.py develop
```
Run tests:
Run unit tests:
```bash
py.test
```
Run unit and functional tests (requires docker):
```bash
FUNCTIONAL=true py.test
```
## License MIT
Project License can be found [here](LICENSE.md).