diff --git a/.gitignore b/.gitignore index d4755cc..b90d7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ \.project \.pydevproject \.coverage -logs/ +log/ _docu/ + diff --git a/_config/pytest.ini b/_config/pytest.ini index 18cfcfe..b355622 100644 --- a/_config/pytest.ini +++ b/_config/pytest.ini @@ -8,7 +8,7 @@ # by Bastian Schroll [pytest] -log_file=logs/test.log +log_file=log/test.log log_file_level=debug log_file_format=%(asctime)s - %(module)-12s %(funcName)-15s [%(levelname)-8s] %(message)s log_file_date_format=%d.%m.%Y %H:%M:%S diff --git a/_gen/pytest.bat b/_gen/pytest.bat index 88cdabc..c273a42 100644 --- a/_gen/pytest.bat +++ b/_gen/pytest.bat @@ -1,7 +1,7 @@ @echo off cd .. -if not exist "logs/" mkdir logs +if not exist "log/" mkdir log echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " echo " ____ ____ ______ __ __ __ _____ "