Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easytracker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CORSE
easytracker
Commits
0033b9be
Commit
0033b9be
authored
8 months ago
by
Manuel Selva
Browse files
Options
Downloads
Patches
Plain Diff
Update test_step_next.py
parent
c0278f37
Branches
manu/test
No related tags found
No related merge requests found
Pipeline
#1063110
failed
8 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/unit_tests/test_trackers/gdb/test_step_next.py
+2
-2
2 additions, 2 deletions
tests/unit_tests/test_trackers/gdb/test_step_next.py
with
2 additions
and
2 deletions
tests/unit_tests/test_trackers/gdb/test_step_next.py
+
2
−
2
View file @
0033b9be
...
...
@@ -38,9 +38,9 @@ def test_step_next(gdb_tracker):
assert
gdb_tracker
.
last_lineno
is
None
gdb_tracker
.
start
()
assert
gdb_tracker
.
next_lineno
==
11
#
assert gdb_tracker.next_lineno == 11
gdb_tracker
.
next
()
#
gdb_tracker.next()
# declarations are skipped
assert
gdb_tracker
.
next_lineno
==
13
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment