fix error in pytest

This commit is contained in:
Bastian Schroll 2018-01-04 23:20:07 +01:00
parent c273cea781
commit a648ff2c3e
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -5,6 +5,7 @@
\.project
\.pydevproject
\.coverage
logs/
log/
_docu/

View file

@ -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

View file

@ -1,7 +1,7 @@
@echo off
cd ..
if not exist "logs/" mkdir logs
if not exist "log/" mkdir log
echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "
echo " ____ ____ ______ __ __ __ _____ "