pytest_cases/plugin.py
11
T001:
print found.
830
print
(
"Creating closure for
%s
:"
%
parentid
)
877
print
(
"Closure for
%s
completed:"
%
parentid
)
878
print
(
closure_tree
)
879
print
(
super_closure
)
1000
print
(
"
\n
"
.
join
([
str
(
p
)
for
p
in
self
.
_pending
]))
1047
print
(
"
\n
---- pending parametrization ----"
)
1049
print
(
"---------------------------------
\n
"
)
1050
print
(
"Applying all of them in the closure tree nodes:"
)
1064
print
(
"
\n
"
.
join
([
"
%s
[
%s
]: funcargs=
%s
, params=
%s
"
%
(
get_pytest_nodeid
(
self
.
metafunc
),
1378
print
(
"[Node
%s
] Applying parametrization for NORMAL
%s
"
1405
print
(
"[Node
%s
] Applying parametrization for UNION
%s
"
7
S101:
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
137
assert
isinstance
(
fixture_defs_mgr
,
FixtureDefsCache
)
796
assert
set
(
super_closure
)
==
set
(
ref_fixturenames
)
797
assert
dict
(
arg2fixturedefs
)
==
ref_arg2fixturedefs
1034
assert
self
.
metafunc
.
_calls
is
self
1054
assert
isinstance
(
super_closure
,
SuperClosure
)
1153
assert
len
(
c_with_dummy
)
==
1
1551
assert
i
==
len
(
items
)