diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-06-21 22:55:39 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-06-21 22:55:39 +0100 |
commit | 6c3a96003e413b6a78f312b556727412a7adce3e (patch) | |
tree | 5a60f892e06f8fd345616d4bde73b166e6bdc018 /pytest.ini | |
parent | 3605bb975f606bed1c009100d04a4048dfa28305 (diff) |
housekeeping - adding some pytest config and other stuff
Diffstat (limited to '')
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..700e3bf --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +log_cli = False |