Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adham Hashibon
force-bdss
Merge requests
!121
Renamed kpi to is_kpi
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Renamed kpi to is_kpi
rename-kpi-to-is-kpi
into
master
Overview
1
Commits
2
Pipelines
0
Changes
1
Merged
Adham Hashibon
requested to merge
rename-kpi-to-is-kpi
into
master
6 years ago
Overview
1
Commits
2
Pipelines
0
Changes
1
Expand
Created by: stefanoborini
Boolean flag on the OutputSlotInfo renamed to is_kpi
0
0
Merge request reports
Viewing commit
87da2e1f
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
87da2e1f
Fixed second test
· 87da2e1f
Stefano Borini
authored
6 years ago
force_bdss/kpi/tests/test_base_kpi_calculator_model.py
+
2
−
2
Options
@@ -56,12 +56,12 @@ class TestBaseKPICalculatorModel(unittest.TestCase):
{
"
__traits_version__
"
:
"
4.6.0
"
,
"
name
"
:
"
baz
"
,
"
kpi
"
:
False
,
"
is_
kpi
"
:
False
,
},
{
"
__traits_version__
"
:
"
4.6.0
"
,
"
name
"
:
"
quux
"
,
"
kpi
"
:
False
,
"
is_
kpi
"
:
False
,
}
]
})
Loading