Skip to content
Snippets Groups Projects
Select Git revision
  • b92da82661600e6b98714a4057e72c8a1df14c02
  • 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
  • pytest.ini 137 B
    [pytest]
    python_files = test_*.py
    junit_family = xunit1
    markers=
        source_order: mark test as order bound
        playbook: playbook tests