Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.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.pad.base
Commits
db79e896
Commit
db79e896
authored
2 years ago
by
André MAYORAZ
Browse files
Options
Downloads
Patches
Plain Diff
Relocating assert_click_runner_result import to bob.io.base
parent
ce0920ce
No related branches found
No related tags found
1 merge request
!105
Resolve "Switch to new CI/CD configuration"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/test_commands.py
+1
-1
1 addition, 1 deletion
tests/test_commands.py
tests/test_pipelines.py
+1
-1
1 addition, 1 deletion
tests/test_pipelines.py
with
2 additions
and
2 deletions
tests/test_commands.py
+
1
−
1
View file @
db79e896
...
@@ -4,7 +4,7 @@ import pkg_resources
...
@@ -4,7 +4,7 @@ import pkg_resources
from
click.testing
import
CliRunner
from
click.testing
import
CliRunner
from
bob.
extension.scripts.click_helper
import
assert_click_runner_result
from
bob.
io.base.testing_utils
import
assert_click_runner_result
from
bob.pad.base.script
import
pad_commands
from
bob.pad.base.script
import
pad_commands
...
...
This diff is collapsed.
Click to expand it.
tests/test_pipelines.py
+
1
−
1
View file @
db79e896
...
@@ -11,7 +11,7 @@ from sklearn.pipeline import Pipeline
...
@@ -11,7 +11,7 @@ from sklearn.pipeline import Pipeline
import
bob.measure
import
bob.measure
import
bob.pipelines
as
mario
import
bob.pipelines
as
mario
from
bob.
extension.scripts.click_helper
import
assert_click_runner_result
from
bob.
io.base.testing_utils
import
assert_click_runner_result
from
bob.pad.base.error_utils
import
split_csv_pad
from
bob.pad.base.error_utils
import
split_csv_pad
from
bob.pad.base.pipelines
import
Database
from
bob.pad.base.pipelines
import
Database
from
bob.pad.base.script.run_pipeline
import
run_pipeline
as
run_pipeline_cli
from
bob.pad.base.script.run_pipeline
import
run_pipeline
as
run_pipeline_cli
...
...
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