Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ILCDIRAC
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
CLICdp
iLCDirac
ILCDIRAC
Merge requests
!91
Refactoring with new utility method, add new unittests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Jan Hendrik Ebbing
requested to merge
jebbing/ILCDIRAC:more_unittests
into
Rel-v26r0
8 years ago
Overview
1
Commits
16
Pipelines
1
Changes
31
Expand
New tests for StdHepCut & StdHepSplit in Workflow/Modules, TransformationPlugin, OverlayDB, ReleaseHelper
New utility method shortens assertions on mock calls - should only be used for >1 calls
Various cleanups (whitespace, removed unused imports, ...)
Replace
sys.module
mocking with a
patch.dict
mock (advantage of limited scope, doesn't rely on py.test internals)
Slight performance improvements (e.g. mock out logWorkingDirectory call that calls ls -laR)
Fix SETests to use correct Xroot protocol
👍
0
👎
0
Merge request reports
Loading