Skip to content
Snippets Groups Projects
Commit 875983d1 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Gauid+GaudiPython: rename nose test directory to pytest

parent fe681b4a
No related branches found
No related tags found
1 merge request!1519Migrate remaining nosetests
#####################################################################################
# (c) Copyright 1998-2021 CERN for the benefit of the LHCb and ATLAS collaborations #
# (c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
......@@ -24,7 +24,7 @@ gaudi_generate_confuserdb(Gaudi.ConfUser)
gaudi_add_tests(QMTest)
# Python tests
gaudi_add_pytest(tests/nose)
gaudi_add_pytest(tests/pytest)
gaudi_add_pytest(python/Gaudi/Main.py
OPTIONS --doctest-modules
ROOT_DIR python
......
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# (c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
......@@ -64,4 +64,4 @@ gaudi_install(PYTHON)
# Enable QMTest tests
gaudi_add_tests(QMTest)
gaudi_add_pytest(tests/nose)
gaudi_add_pytest(tests/pytest)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment