Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-export
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-export
Merge requests
!121
Update to swh.model 6.13 introducing ModelObjectType
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update to swh.model 6.13 introducing ModelObjectType
douardda/swh-dataset:update-swh-model
into
master
Overview
5
Commits
1
Pipelines
3
Changes
6
All threads resolved!
Hide all comments
Merged
David Douard
requested to merge
douardda/swh-dataset:update-swh-model
into
master
8 months ago
Overview
5
Commits
1
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
Needed to fix e.g. swh-graph's generate_dataset.py script.
0
0
Merge request reports
Compare
version 2
version 2
f5fb6c1b
8 months ago
version 1
7c171664
8 months ago
master (base)
and
latest version
latest version
ae2ea7a1
1 commit,
8 months ago
version 2
f5fb6c1b
1 commit,
8 months ago
version 1
7c171664
1 commit,
8 months ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
swh/dataset/test/test_orc.py
+
1
−
1
Options
@@ -81,7 +81,7 @@ def test_export_origin_visit():
def
test_export_origin_visit_status
():
obj_type
=
ModelObjectType
.
ORIGIN_VISIT
S
_STATUS
obj_type
=
ModelObjectType
.
ORIGIN_VISIT_STATUS
output
=
exporter
({
obj_type
:
TEST_OBJECTS
[
obj_type
]})
for
obj
in
TEST_OBJECTS
[
obj_type
]:
assert
(
Loading