Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
bob
bob.io.base
Commits
2b015f4d
Commit
2b015f4d
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
[tests] Fix relative imports in test files.
parent
d2e7a630
No related branches found
No related tags found
1 merge request
!45
Switch to the new package structure using citools
Pipeline
#66583
failed
2 years ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/test_image_support.py
+1
-2
1 addition, 2 deletions
tests/test_image_support.py
tests/test_io.py
+1
-2
1 addition, 2 deletions
tests/test_io.py
with
2 additions
and
4 deletions
tests/test_image_support.py
+
1
−
2
View file @
2b015f4d
...
...
@@ -14,8 +14,7 @@ import numpy
import
pytest
from
bob.io.base
import
load
,
write
from
..test_utils
import
datafile
,
temporary_filename
from
bob.io.base.test_utils
import
datafile
,
temporary_filename
# These are some global parameters for the test.
PNG_INDEXED_COLOR
=
datafile
(
"
img_indexed_color.png
"
,
__name__
)
...
...
This diff is collapsed.
Click to expand it.
tests/test_io.py
+
1
−
2
View file @
2b015f4d
...
...
@@ -4,8 +4,7 @@ import numpy as np
import
pytest
from
bob.io.base
import
load
,
save
,
vstack_features
from
..test_utils
import
temporary_filename
from
bob.io.base.test_utils
import
temporary_filename
def
test_io_vstack
():
...
...
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