Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
py-heptapod
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
py-heptapod
Commits
a9a04d8b
Commit
a9a04d8b
authored
4 years ago
by
Georges Racinet
Browse files
Options
Downloads
Plain Diff
Merged test robustness from support branch
parents
cfaaf421
d0a5842e
No related branches found
Branches containing commit
Tags
heptapod-0.16.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.hgtags
+2
-0
2 additions, 0 deletions
.hgtags
heptapod/hooks/tests/test_dev_utils.py
+2
-2
2 additions, 2 deletions
heptapod/hooks/tests/test_dev_utils.py
with
4 additions
and
2 deletions
.hgtags
+
2
−
0
View file @
a9a04d8b
...
...
@@ -34,3 +34,5 @@
e575236e025679314c985c9225b52e450894a9a4 heptapod-0.15.0rc1
58199cf0c0e0e75db24802833d2d208003715912 heptapod-0.15.0
bdfa4046d96e2e5c9d0f7855c9c295fdf8e76d82 heptapod-0.15.1
1b25c7b0202863afb73753ccfc40acb6e6cdb760 heptapod-0.15.2
1c02b560883c917fadff75e47a8d5ea3cb8e10d0 heptapod-0.15.3
This diff is collapsed.
Click to expand it.
heptapod/hooks/tests/test_dev_utils.py
+
2
−
2
View file @
a9a04d8b
...
...
@@ -37,6 +37,6 @@
ui
.
environ
[
b
'
HEPTAPOD_SOMETHING
'
]
=
b
'
useful
'
wrapper
.
write_commit
(
'
trigger
'
)
assert
any
(
r
[
'
messages
'
][
0
].
decode
(
)
==
repr
([(
'
HEPTAPOD_SOMETHING
'
,
'
useful
'
)]
)
assert
any
(
r
epr
((
'
HEPTAPOD_SOMETHING
'
,
'
useful
'
)
)
in
r
[
'
messages
'
][
0
].
decode
(
)
for
r
in
records
if
r
[
'
messages
'
])
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