tests.test_pipeline_markers#

Dummy tests for each mark.

This ensures that build pipeline does not fail if there are no tests marked with a given marker.

If there’s a better way of doing this, please implement it :).

Functions

test_e2e_integration_test

Tests @pytest.mark.e2e_integration_test().

test_integration_test

Tests @pytest.mark.integration_test().

test_no_mark

Tests no mark.

test_unit_test

Tests @pytest.mark.unit_test().

tests.test_pipeline_markers.test_no_mark()[source]#

Tests no mark.

tests.test_pipeline_markers.test_unit_test()[source]#

Tests @pytest.mark.unit_test().

tests.test_pipeline_markers.test_integration_test()[source]#

Tests @pytest.mark.integration_test().

tests.test_pipeline_markers.test_e2e_integration_test()[source]#

Tests @pytest.mark.e2e_integration_test().