Skip to content
Snippets Groups Projects
Commit 1fb45664 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Adapt tests after pre-commit-config update

parent a98b008f
No related branches found
No related tags found
1 merge request!4888Fixes after pre-commit-config updates
......@@ -13,6 +13,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: "/diffopts_(git|ndiff)\\.ref"
- id: check-yaml
exclude: "\\.clang-format$|DD4TESTCOND"
- id: check-added-large-files
......
......@@ -219,7 +219,7 @@ def test_debug(caplog):
assert observed == "\n".join(
[
"Calling @configurable "
+ "<test_debug.<locals>.func() at test_tonic.py:198> "
+ "<test_debug.<locals>.func() at test_tonic.py:207> "
+ "from TEST_MODULE with non-default parameters: NONE",
]
)
......@@ -233,7 +233,7 @@ def test_debug(caplog):
[
(
"Calling @configurable "
+ "<test_debug.<locals>.func() at test_tonic.py:198> "
+ "<test_debug.<locals>.func() at test_tonic.py:207> "
+ "from TEST_MODULE with non-default parameters:"
),
" param1 = non-default value (bound)",
......@@ -248,7 +248,7 @@ def test_debug(caplog):
[
(
"Calling @configurable "
+ "<test_debug.<locals>.func() at test_tonic.py:198> "
+ "<test_debug.<locals>.func() at test_tonic.py:207> "
+ "from TEST_MODULE with non-default parameters:"
),
" param1 = non-default value (bound)",
......
......@@ -48,3 +48,4 @@ index aec1203..719c450 100644
- "MakeSelection__Track_v1/fitConverter"
-]
+"TopAlg": []
......@@ -2998,3 +2998,4 @@
+ "TypePrint": true
+ "UseEfficiencyRowFormat": true
+ "VetoObjects": []
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