Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
heptapod-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
heptapod-tests
Commits
455c98e3bfa9
Commit
455c98e3bfa9
authored
4 years ago
by
Georges Racinet
Browse files
Options
Downloads
Patches
Plain Diff
Adapted test for HEPTAPOD_REPOSITORY_USAGE new env variable
It's been introduced by
py-heptapod#3
parent
8ddce34f7bbd
No related branches found
No related tags found
No related merge requests found
Pipeline
#6741
passed
4 years ago
Stage: lint
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_push.py
+1
-0
1 addition, 0 deletions
tests/test_push.py
with
1 addition
and
0 deletions
tests/test_push.py
+
1
−
0
View file @
455c98e3
...
...
@@ -186,6 +186,7 @@
expected_env
=
[(
'
HEPTAPOD_PROJECT_ID
'
,
str
(
test_project
.
id
)),
(
'
HEPTAPOD_PROJECT_NAMESPACE_FULL_PATH
'
,
'
root
'
),
(
'
HEPTAPOD_PROJECT_PATH
'
,
test_project
.
name
),
(
'
HEPTAPOD_REPOSITORY_USAGE
'
,
'
project
'
),
(
'
HEPTAPOD_USERINFO_EMAIL
'
,
'
admin@example.com
'
),
# root id, good enough for now:
(
'
HEPTAPOD_USERINFO_ID
'
,
'
1
'
),
...
...
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