Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LHCb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 193
    • Issues 193
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • LHCb
  • Merge requests
  • !3672

Fix configuration of LbExec tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marco Clemencic requested to merge clemenci-master-patch-59405 into master Jul 08, 2022
  • Overview 11
  • Commits 2
  • Pipelines 4
  • Changes 5

accidentally I noticed a couple of issues with the tests of LbExec:

  • the exclusions workaround in pytest.ini works only if the build directory is inside the project directory
  • pytest.ini is installed in InstallArea/python

After fixing the configuration of the test I realized that one of the tests creates a file in the "current directory", so I modified the test so that the file is created in a temporary directory although I believe the file should not be created at all (and the test should check that it is the case).

Edited Jul 13, 2022 by Chris Burr
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: clemenci-master-patch-59405