diff options
Diffstat (limited to '')
-rw-r--r-- | test/pytest.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/pytest.ini b/test/pytest.ini new file mode 100644 index 0000000..cdc0831 --- /dev/null +++ b/test/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +log_format = %(asctime)s | %(levelname)s | %(message)s +log_date_format = %Y-%m-%d %H:%M:%S +log_cli_level = INFO +#log_cli = 1 |