Created
October 29, 2020 14:02
-
-
Save tjkhara/9d9b3196fe90a3e6e9a7f24f896afff8 to your computer and use it in GitHub Desktop.
Output from main directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================= test session starts ============================== | |
| platform linux -- Python 3.8.5, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 | |
| rootdir: /home/tkhara/notes/testing/admas_kinfu/project_dir | |
| plugins: metadata-1.10.0, html-2.1.1 | |
| collected 10 items / 7 deselected / 3 selected | |
| ssqaapitest/tests/customers/test_create_customers_smoke.py .. [ 66%] | |
| ssqaapitest/tests/customers/test_get_customers_smoke.py . [100%] | |
| =============================== warnings summary =============================== | |
| pytest_tutorial/my_tests/test_suite_1.py:3 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_1.py:3: PytestUnknownMarkWarning: Unknown pytest.mark.fe - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| pytestmark = [pytest.mark.fe, pytest.mark.slow] | |
| pytest_tutorial/my_tests/test_suite_1.py:3 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_1.py:3: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| pytestmark = [pytest.mark.fe, pytest.mark.slow] | |
| pytest_tutorial/my_tests/test_suite_1.py:5 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_1.py:5: PytestUnknownMarkWarning: Unknown pytest.mark.smoke - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.smoke | |
| pytest_tutorial/my_tests/test_suite_1.py:10 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_1.py:10: PytestUnknownMarkWarning: Unknown pytest.mark.regression - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.regression | |
| pytest_tutorial/my_tests/test_suite_1_with_setup.py:3 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_1_with_setup.py:3: PytestUnknownMarkWarning: Unknown pytest.mark.fe - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| pytestmark = [pytest.mark.fe, pytest.mark.slow] | |
| pytest_tutorial/my_tests/test_suite_1_with_setup.py:3 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_1_with_setup.py:3: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| pytestmark = [pytest.mark.fe, pytest.mark.slow] | |
| pytest_tutorial/my_tests/test_suite_1_with_setup.py:14 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_1_with_setup.py:14: PytestUnknownMarkWarning: Unknown pytest.mark.smoke - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.smoke | |
| pytest_tutorial/my_tests/test_suite_1_with_setup.py:15 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_1_with_setup.py:15: PytestUnknownMarkWarning: Unknown pytest.mark.ll - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.ll | |
| pytest_tutorial/my_tests/test_suite_1_with_setup.py:23 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_1_with_setup.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.regression - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.regression | |
| pytest_tutorial/my_tests/test_suite_2_with_class.py:12 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/pytest_tutorial/my_tests/test_suite_2_with_class.py:12: PytestUnknownMarkWarning: Unknown pytest.mark.abc - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.abc | |
| ssqaapitest/tests/customers/test_create_customers_smoke.py:11 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/ssqaapitest/tests/customers/test_create_customers_smoke.py:11: PytestUnknownMarkWarning: Unknown pytest.mark.customers - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.customers | |
| ssqaapitest/tests/customers/test_create_customers_smoke.py:12 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/ssqaapitest/tests/customers/test_create_customers_smoke.py:12: PytestUnknownMarkWarning: Unknown pytest.mark.tcid29 - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.tcid29 | |
| ssqaapitest/tests/customers/test_create_customers_smoke.py:42 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/ssqaapitest/tests/customers/test_create_customers_smoke.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.customers - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.customers | |
| ssqaapitest/tests/customers/test_create_customers_smoke.py:43 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/ssqaapitest/tests/customers/test_create_customers_smoke.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.tcid47 - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.tcid47 | |
| ssqaapitest/tests/customers/test_get_customers_smoke.py:5 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/ssqaapitest/tests/customers/test_get_customers_smoke.py:5: PytestUnknownMarkWarning: Unknown pytest.mark.customers - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.customers | |
| ssqaapitest/tests/customers/test_get_customers_smoke.py:6 | |
| /home/tkhara/notes/testing/admas_kinfu/project_dir/ssqaapitest/tests/customers/test_get_customers_smoke.py:6: PytestUnknownMarkWarning: Unknown pytest.mark.tcid30 - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
| @pytest.mark.tcid30 | |
| -- Docs: https://docs.pytest.org/en/stable/warnings.html | |
| - generated html file: file:///home/tkhara/notes/testing/admas_kinfu/project_dir/reports/customers2.html - | |
| ================= 3 passed, 7 deselected, 16 warnings in 0.80s ================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment