Fix tests run in random order (#599)

* allow tests to run in random mode

* Fix random test mode for fiat-convert

* allow random test execution in persistence

* fix pep8 styling

* use "usefixtures" to prevent pylint "unused parameter" message

* add pytest-random-order to travis
This commit is contained in:
Matthias
2018-04-07 20:06:53 +02:00
committed by Michael Egger
parent 248ff3349b
commit a26cdceb4b
5 changed files with 23 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ addons:
install:
- ./install_ta-lib.sh
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
- pip install --upgrade flake8 coveralls
- pip install --upgrade flake8 coveralls pytest-random-order
- pip install -r requirements.txt
- pip install -e .
jobs:
@@ -34,4 +34,4 @@ notifications:
cache:
directories:
- $HOME/.cache/pip
- ta-lib
- ta-lib