Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
deckard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
deckard
Commits
177c26be
Verified
Commit
177c26be
authored
Oct 25, 2018
by
Tomas Krizek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flake8: fix E305
parent
5d25d830
Pipeline
#41618
passed with stage
in 1 minute and 47 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
ci/junit-compare.py
ci/junit-compare.py
+1
-0
deckard_pytest.py
deckard_pytest.py
+1
-0
tools/invalid_dsa.py
tools/invalid_dsa.py
+1
-0
tools/parse.py
tools/parse.py
+1
-0
No files found.
ci/junit-compare.py
View file @
177c26be
...
...
@@ -22,6 +22,7 @@ def parse_junit_xml(filename):
return
results
new
=
sys
.
argv
[
1
]
old
=
sys
.
argv
[
2
]
modified_tests
=
[
line
.
strip
()
for
line
in
open
(
sys
.
argv
[
3
]).
readlines
()]
...
...
deckard_pytest.py
View file @
177c26be
...
...
@@ -25,6 +25,7 @@ def check_platform():
if
sys
.
platform
==
'windows'
:
pytest
.
exit
(
'Not supported at all on Windows'
)
# Suppress extensive Augeas logging
logging
.
getLogger
(
"augeas"
).
setLevel
(
logging
.
ERROR
)
...
...
tools/invalid_dsa.py
View file @
177c26be
...
...
@@ -79,4 +79,5 @@ def main():
else
:
sys
.
exit
(
0
)
main
()
tools/parse.py
View file @
177c26be
...
...
@@ -17,4 +17,5 @@ def main():
else
:
sys
.
exit
(
1
)
main
()
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