Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
72
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
29
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LHCb
DaVinci
Merge requests
!1029
Draft: Switch to using gaudi_add_pytest
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Switch to using gaudi_add_pytest
erodrigu-use-gaudi_add_pytest
into
master
Overview
30
Commits
4
Pipelines
7
Changes
3
Closed
Eduardo Rodrigues
requested to merge
erodrigu-use-gaudi_add_pytest
into
master
11 months ago
Overview
30
Commits
4
Pipelines
7
Changes
3
Expand
This will require a development in Gaudi and a new release, see MR
gaudi/Gaudi!1551 (merged)
.
Edited
11 months ago
by
Eduardo Rodrigues
0
0
Merge request reports
Compare
master
version 5
725e3f92
11 months ago
version 4
749b4b1f
11 months ago
version 3
734f742d
11 months ago
version 2
d62e9446
11 months ago
version 1
a9d5c3dc
11 months ago
master (base)
and
latest version
latest version
af38a3e1
4 commits,
11 months ago
version 5
725e3f92
3 commits,
11 months ago
version 4
749b4b1f
2 commits,
11 months ago
version 3
734f742d
1 commit,
11 months ago
version 2
d62e9446
1 commit,
11 months ago
version 1
a9d5c3dc
1 commit,
11 months ago
3 files
+
11
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Phys/DaVinci/CMakeLists.txt
+
5
−
2
Options
###############################################################################
# (c) Copyright 2000-202
1
CERN for the benefit of the LHCb Collaboration #
# (c) Copyright 2000-202
4
CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
@@ -18,4 +18,7 @@ gaudi_install(PYTHON)
lhcb_env
(
SET DAVINCIOPTS
${
CMAKE_CURRENT_SOURCE_DIR
}
/options
)
gaudi_add_tests
(
QMTest
)
gaudi_add_tests
(
pytest
${
CMAKE_CURRENT_SOURCE_DIR
}
/tests
)
gaudi_add_pytest
(
tests
OPTIONS -v --doctest-modules --cov=
${
CMAKE_CURRENT_SOURCE_DIR
}
--cov-report=term-missing
)
Loading