Add stopgap pytest.ini

This commit is contained in:
Tim Van Baak 2021-05-31 15:12:43 -07:00
parent 98898b98fc
commit cda4523b66
1 changed files with 5 additions and 0 deletions

5
pytest.ini Normal file
View File

@ -0,0 +1,5 @@
[pytest]
addopts = --show-capture=log
; pytest should be able to read the pyproject.toml file, but for some reason it
; doesn't seem to be working here. This file is a temporary fix until that gets
; resolved.