Skip to content
Snippets Groups Projects
Select Git revision
  • 777f25d91c79f4734cfec07eb676fcb937cd3aea
  • master default protected
  • v1.15.0
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
22 results

pytest.ini

Blame
  • user avatar
    Sergio Oliveira Campos authored
    Until now ansible-freeipa repository only had playbook tests. This
    commit introduces the ability of creating TestCase classes connected to
    the master host. This connection can be used to run commands in the
    managed host after the ansible playbook execution is the allowing the
    verification of the machine state.
    af7060d3
    History
    pytest.ini 137 B
    [pytest]
    python_files = test_*.py
    junit_family = xunit1
    markers=
        source_order: mark test as order bound
        playbook: playbook tests