You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metafunc.parametrize(argnames, [[funcargs[name] for name in argnames]
351
351
for funcargs in funcarglist])
352
352
@@ -397,11 +397,10 @@ is to be run with different sets of arguments for its three arguments:
397
397
Running it results in some skips if we don't have all the python interpreters installed and otherwise runs all combinations (5 interpreters times 5 interpreters times 3 objects to serialize/deserialize)::
398
398
399
399
. $ pytest -rs -q multipython.py
400
-
ssssssssssss...ssssssssssss
400
+
sssssssssssssss.........sss.........sss.........
401
401
======= short test summary info ========
402
-
SKIP [12] $REGENDOC_TMPDIR/CWD/multipython.py:23: 'python2.6' not found
403
-
SKIP [12] $REGENDOC_TMPDIR/CWD/multipython.py:23: 'python3.3' not found
404
-
3 passed, 24 skipped in 0.12 seconds
402
+
SKIP [21] $REGENDOC_TMPDIR/CWD/multipython.py:23: 'python2.6' not found
403
+
27 passed, 21 skipped in 0.12 seconds
405
404
406
405
Indirect parametrization of optional implementations/imports
0 commit comments