1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
6 collecting ... collected 28 items
9 doc/test_sample.py::TestSample::test_so_easy PASSED
10 testscenarios/tests/test_scenarios.py::TestApplyScenario::test_appends_scenario_name_to_short_description PASSED
11 testscenarios/tests/test_scenarios.py::TestApplyScenario::test_sets_specified_attributes PASSED
12 testscenarios/tests/test_scenarios.py::TestApplyScenario::test_sets_specified_id PASSED
13 testscenarios/tests/test_scenarios.py::TestApplyScenarios::test_calls_apply_scenario PASSED
14 testscenarios/tests/test_scenarios.py::TestApplyScenarios::test_preserves_scenarios_attribute PASSED
15 testscenarios/tests/test_scenarios.py::TestGenerateScenarios::test_all_scenarios_yielded PASSED
16 testscenarios/tests/test_scenarios.py::TestGenerateScenarios::test_generate_scenarios_preserves_normal_test PASSED
17 testscenarios/tests/test_scenarios.py::TestGenerateScenarios::test_multiple_tests PASSED
18 testscenarios/tests/test_scenarios.py::TestGenerateScenarios::test_scenarios_attribute_cleared PASSED
19 testscenarios/tests/test_scenarios.py::TestGenerateScenarios::test_tests_with_scenarios_calls_apply_scenarios PASSED
20 testscenarios/tests/test_scenarios.py::TestLoadTests::test_load_tests_apply_scenarios PASSED
21 testscenarios/tests/test_scenarios.py::TestLoadTests::test_load_tests_apply_scenarios_old_style PASSED
22 testscenarios/tests/test_scenarios.py::TestMultiplyScenarios::test_multiply_many_scenarios PASSED
23 testscenarios/tests/test_scenarios.py::TestMultiplyScenarios::test_multiply_scenarios PASSED
24 testscenarios/tests/test_scenarios.py::TestPerModuleScenarios::test_per_module_scenarios PASSED
25 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_attributes_set SKIPPED
26 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_countTestCases_1_scenarios SKIPPED
27 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_countTestCases_2_scenarios SKIPPED
28 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_countTestCases_empty_scenarios SKIPPED
29 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_countTestCases_no_scenarios SKIPPED
30 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_debug_2_scenarios SKIPPED
31 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_no_scenarios_no_error SKIPPED
32 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_scenarios_attribute_cleared SKIPPED
33 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_with_one_scenario_one_run SKIPPED
34 testscenarios/tests/test_testcase.py::TestTestWithScenarios::test_with_two_scenarios_two_run SKIPPED
36 ======== 17 passed, 10 skipped ========