Home
last modified time | relevance | path

Searched refs:pytestmark (Results 1 – 25 of 1488) sorted by relevance

12345678910>>...60

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/
H A Dtest_gitlab_protected_branch.py21 pytestmark = [] variable
36pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing (Wrong vers…
38 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
44 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_hook.py20 pytestmark = [] variable
31 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
43 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_deploy_key.py20 pytestmark = [] variable
31 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
43 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_runner.py20 pytestmark = [] variable
32 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
44 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_group.py20 pytestmark = [] variable
31 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
45 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_project.py20 pytestmark = [] variable
31 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
45 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_user.py20 pytestmark = [] variable
33 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
52 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/fortimanager/
H A Dtest_fmgr_provisioning.py24 pytestmark = [] variable
30 pytestmark.append(pytest.mark.skip("Could not load required modules for testing"))
35 pytestmark.append(pytest.mark.skip("FortiManager tests require pyFMG package"))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/fortios/tests/unit/plugins/modules/
H A Dtest_fmgr_provisioning.py24 pytestmark = [] variable
30 pytestmark.append(pytest.mark.skip("Could not load required modules for testing"))
35 pytestmark.append(pytest.mark.skip("FortiManager tests require pyFMG package"))
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/cloud/cloudstack/
H A Dtest_cs_traffic_type.py12 pytestmark = [] variable
17pytestmark.append(pytest.mark.skip('The cloudstack library, "cs", is needed to test cs_traffic_typ…
19 pytestmark.append(pytest.mark.skip('Exoscale\'s cs doesn\'t support Python 2.6'))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/cloudstack/tests/unit/modules/
H A Dtest_cs_traffic_type.py13 pytestmark = [] variable
18pytestmark.append(pytest.mark.skip('The cloudstack library, "cs", is needed to test cs_traffic_typ…
20 pytestmark.append(pytest.mark.skip('Exoscale\'s cs doesn\'t support Python 2.6'))
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/source_control/
H A Dtest_gitlab_runner.py19 pytestmark = [] variable
30 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
42 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_deploy_key.py19 pytestmark = [] variable
30 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
42 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_hook.py18 pytestmark = [] variable
29 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
41 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_project.py19 pytestmark = [] variable
30 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
44 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_group.py19 pytestmark = [] variable
30 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
44 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
H A Dtest_gitlab_user.py19 pytestmark = [] variable
32 pytestmark.append(pytest.mark.skip("Could not load gitlab module required for testing"))
51 pytestmark.append(pytest.mark.skip("Could not load httmock module required for testing"))
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/f5/
H A Dtest_bigip_security_port_list.py14 pytestmark = [] variable
17 pytestmark.append(pytest.mark.skip("F5 Ansible modules require Python >= 2.7"))
37 pytestmark.append(pytest.mark.skip("F5 Ansible modules require the f5-sdk Python library"))
H A Dtest_bigip_security_address_list.py14 pytestmark = [] variable
17 pytestmark.append(pytest.mark.skip("F5 Ansible modules require Python >= 2.7"))
37 pytestmark.append(pytest.mark.skip("F5 Ansible modules require the f5-sdk Python library"))
H A Dtest_bigip_gtm_facts.py15 pytestmark = [] variable
18 pytestmark.append(pytest.mark.skip("F5 Ansible modules require Python >= 2.7"))
45 pytestmark.append(pytest.mark.skip("F5 Ansible modules require the f5-sdk Python library"))
/dports/graphics/py-cairo/pycairo-1.18.1/tests/
H A Dtest_typing.py10 pytestmark = pytest.mark.skipif( variable
12 pytestmark
/dports/graphics/pyl-cairo/pycairo-1.18.1/tests/
H A Dtest_typing.py10 pytestmark = pytest.mark.skipif( variable
12 pytestmark
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/examples/tests/
H A Dtest_notebooks.py28 pytestmark = pytest.mark.skip(reason='Required packages not available') variable
63 pytestmark = pytest.mark.skip(reason='No notebooks found so no tests run') variable
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/filter/tests/
H A Dtest_in_filter.py11 pytestmark = [] variable
16 pytestmark.append(
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/filter/tests/
H A Dtest_in_filter.py11 pytestmark = [] variable
16 pytestmark.append(

12345678910>>...60