4 Commits

Author SHA1 Message Date
dandds
63f94deb40 test harness for selenium testing 2018-10-15 09:10:08 -04:00
dandds
00456152a8 include pytest-cov options as pytest defaults 2018-10-09 10:55:21 -04:00
Patrick Smith
e7ae991e93 Add pytest-env to fix pipenv run pytest command
Previously tests would fail when `pipenv run pytest` was run because the
`FLASK_ENV` was not set. Rather than having to remember to run
`FLAKS_ENV=test pipenv run pytest`, we can use `pytest-env` to set the
env variable. The `D:` prefix tells `pytest-env` to not override an
existing value for the variable.
2018-08-21 16:03:10 -04:00
Brian Duggan
487cb147bb Add a basic test 2018-05-24 12:27:41 -04:00