Added footer link tests. (#811)

This commit is contained in:
Benjamin Forehand Jr 2018-04-27 15:44:03 -04:00 committed by GitHub
parent fd71e7f957
commit f99e4db25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 3 deletions

View file

@ -9,7 +9,7 @@ passenv = DISPLAY MOZ_HEADLESS
deps = -rpipenv.txt
commands =
pipenv install --skip-lock
pipenv run pytest -v --verify-base-url --driver Firefox --html=send-test.html --self-contained-html {posargs}
pipenv run pytest -v --verify-base-url -n 2 --driver Firefox --html=send-test.html --self-contained-html {posargs}
[testenv:flake8]
commands =