1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m nose --exe
4 testArgToStringFunction (test_icecream.TestIceCream) ... ok
5 testAsArgument (test_icecream.TestIceCream) ... ok
6 testCallSurroundedByExpressions (test_icecream.TestIceCream) ... ok
7 testColoring (test_icecream.TestIceCream) ... ok
8 testComments (test_icecream.TestIceCream) ... ok
9 testComplicated (test_icecream.TestIceCream) ... ok
10 testConfigureOutputWithNoParameters (test_icecream.TestIceCream) ... ok
11 testContextAbsPathMultiLine (test_icecream.TestIceCream) ... ok
12 testContextAbsPathSingleLine (test_icecream.TestIceCream) ... ok
13 testDifferentName (test_icecream.TestIceCream) ... ok
14 testEnableDisable (test_icecream.TestIceCream) ... ok
15 testExpressionArguments (test_icecream.TestIceCream) ... ok
16 testFormat (test_icecream.TestIceCream) ... ok
17 testIncludeContextMultiLine (test_icecream.TestIceCream) ... ok
18 testIncludeContextSingleLine (test_icecream.TestIceCream) ... ok
19 testMetadata (test_icecream.TestIceCream) ... ok
20 testMethodArguments (test_icecream.TestIceCream) ... ok
21 testMultilineContainerArgs (test_icecream.TestIceCream) ... ok
22 testMultilineInvocationWithComments (test_icecream.TestIceCream) ... ok
23 testMultilineValueWrapped (test_icecream.TestIceCream) ... ok
24 testMultipleArguments (test_icecream.TestIceCream) ... ok
25 testMultipleArgumentsLongLineWrapped (test_icecream.TestIceCream) ... ok
26 testMultipleCallsOnSameLine (test_icecream.TestIceCream) ... ok
27 testMultipleTupleArguments (test_icecream.TestIceCream) ... ok
28 testNestedMultiline (test_icecream.TestIceCream) ... ok
29 testNoSourceAvailable (test_icecream.TestIceCream) ... ok
30 testOutputFunction (test_icecream.TestIceCream) ... ok
31 testPrefixConfiguration (test_icecream.TestIceCream) ... ok
32 testReturnValue (test_icecream.TestIceCream) ... ok
33 testSingleArgument (test_icecream.TestIceCream) ... ok
34 testSingleArgumentLongLineNotWrapped (test_icecream.TestIceCream) ... ok
35 testSingleTupleArgument (test_icecream.TestIceCream) ... ok
36 testSingledispatchArgumentToString (test_icecream.TestIceCream) ... ok
37 testValues (test_icecream.TestIceCream) ... ok
38 testWithoutArgs (test_icecream.TestIceCream) ... ok
40 ----------------------------------------------------------------------