Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nxdtest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
nxdtest
Commits
39464b65
Commit
39464b65
authored
Jun 20, 2022
by
Jérome Perrin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! PyTest.summaryf: better detection of summary line
fix a wrong construct being syntax error on python2
parent
f89c3b55
Pipeline
#22196
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nxdtest/__init__.py
nxdtest/__init__.py
+1
-1
No files found.
nxdtest/__init__.py
View file @
39464b65
...
...
@@ -499,7 +499,7 @@ class PyTest:
# ...
textv
=
out
.
splitlines
()
for
l
in
reversed
(
textv
):
if
re
.
match
(
rb
'^====* .*(failed|passed|skipped|error|no tests).* ====*$'
,
l
):
if
re
.
match
(
br
'^====* .*(failed|passed|skipped|error|no tests).* ====*$'
,
l
):
pytail
=
l
break
else
:
...
...
Jérome Perrin
@jerome
mentioned in merge request
!17 (closed)
·
Jun 20, 2022
mentioned in merge request
!17 (closed)
mentioned in merge request !17
Toggle commit list
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