Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Doc-UFCN
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
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
Document Layout Analysis
Doc-UFCN
Commits
1ede027f
Commit
1ede027f
authored
3 months ago
by
Eva Bardou
Browse files
Options
Downloads
Patches
Plain Diff
Update blob references in unit tests to fix the CI
parent
496d3ff2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!153
Update blob references in unit tests to fix the CI
Pipeline
#204162
passed
3 months ago
Stage: test
Stage: build
Stage: release
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
tests/test_models.py
+4
-2
4 additions, 2 deletions
tests/test_models.py
with
5 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
1ede027f
*.pyc
*.egg-info/
.tox/
This diff is collapsed.
Click to expand it.
tests/test_models.py
+
4
−
2
View file @
1ede027f
...
...
@@ -6,6 +6,8 @@ from pytest_lazy_fixtures import lf as lazy_fixture
from
doc_ufcn
import
models
BLOB_REFERENCE
=
"
0bdb94c369a902c0f7ffa864d744afa00128308c
"
@pytest.mark.parametrize
(
(
"
name
"
,
"
version
"
,
"
expected_model_path
"
,
"
expected_parameters
"
,
"
correct_name
"
),
...
...
@@ -22,7 +24,7 @@ from doc_ufcn import models
/
"
doc-ufcn-generic-page
"
/
"
models--Teklia--doc-ufcn-generic-page
"
/
"
snapshots
"
/
"
21f246af42990ca668e3c2bad69c6e4ae727a0cd
"
/
BLOB_REFERENCE
),
lazy_fixture
(
"
test_parameters
"
),
True
,
...
...
@@ -41,7 +43,7 @@ from doc_ufcn import models
/
"
doc-ufcn-generic-page
"
/
"
models--Teklia--doc-ufcn-generic-page
"
/
"
snapshots
"
/
"
21f246af42990ca668e3c2bad69c6e4ae727a0cd
"
/
BLOB_REFERENCE
),
lazy_fixture
(
"
test_parameters
"
),
True
,
...
...
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