pytest_cases/case_parametrizer_new.py
4
S101:
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
203
assert
case_fun_id
is
not
None
639
assert
not
is_fixture
(
orig_case
)
640
assert
orig_case
.
__name__
==
orig_name
696
assert
parts
[
-
1
][
0
:
5
]
==
'test_'
4
T001:
print found.
449
print
(
"Case function
%s
> 1 lazy_value() with id
%s
and additional marks
%s
"
482
print
(
"Case function
%s
> fixture_ref(
%r
) with marks
%s
"
%
(
case_fun_str
,
fix_name
,
remaining_marks
))
539
print
(
"Case function
%s
> Reusing fixture
%r
and marks
%s
"
%
(
qname
(
true_case_func
),
fix_name
,
marks
))
594
print
(
"Case function
%s
> Creating fixture
%r
in
%s
"
%
(
qname
(
true_case_func
),
fix_name
,
target_host
))