Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
deckard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
deckard
Commits
5fae6986
Commit
5fae6986
authored
Aug 10, 2018
by
Petr Špaček
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-logging' into 'master'
logging: fix output for both Python 3.5 and 3.6+ See merge request
!128
parents
7cafa9ec
5708002a
Pipeline
#39054
passed with stage
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
deckard_pytest.ini
deckard_pytest.ini
+1
-0
run.sh
run.sh
+1
-1
No files found.
deckard_pytest.ini
View file @
5fae6986
[pytest]
log_print
=
true
python_files
=
deckard_pytest.py
norecursedirs
=
*
log_cli
=
true
...
...
run.sh
View file @
5fae6986
...
...
@@ -9,4 +9,4 @@ source "${MAKEDIR}/env.sh"
# compatibility with old TESTS= env variable
# add --scenarios= only if the variable TESTS is non-empty
python3
-m
pytest
-c
"
${
MAKEDIR
}
/deckard_pytest.ini"
${
VERBOSE
:-
"--log-level=40"
}
${
VERBOSE
:+
"--log-level=10"
}
"
${
MAKEDIR
}
"
${
DECKARDFLAGS
:-}
${
TESTS
:+
"--scenarios=
${
TESTS
}
"
}
"
$@
"
python3
-m
pytest
-c
"
${
MAKEDIR
}
/deckard_pytest.ini"
--tb
=
short
-q
${
VERBOSE
:-
"--log-level=40"
}
${
VERBOSE
:+
"--log-level=10"
}
"
${
MAKEDIR
}
"
${
DECKARDFLAGS
:-}
${
TESTS
:+
"--scenarios=
${
TESTS
}
"
}
"
$@
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment