Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Trèfle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Open source
Trèfle
Commits
50274d90
Commit
50274d90
authored
Aug 03, 2020
by
David Foucher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
72ea4fcf
Pipeline
#3924
passed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
trefle/config/features/steps/steps.py
trefle/config/features/steps/steps.py
+2
-2
No files found.
trefle/config/features/steps/steps.py
View file @
50274d90
...
...
@@ -60,13 +60,13 @@ async def when_remunerate(context):
context
.
result
=
result
break
else
:
raise
AssertionError
(
f
'No result found'
)
raise
AssertionError
(
'No result found'
)
@
then
(
r
"il y a (?P<expected>\d+) financements? proposés?"
)
def
then_check_count
(
context
,
expected
):
assert
found
==
int
(
expected
),
f
'Found
{
found
}
'
found
=
len
(
context
.
passed
)
assert
found
==
int
(
expected
),
f
'Found
{
found
}
'
@
then
(
r
"le financement «(?P<intitule>.+)» n'est pas proposé"
)
...
...
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