summaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: ced65979b1e7524a421d6fae09a1353b70feb8be (plain)
1
2
3
4
5
6
7
[pytest]
markers =
    # If you want to run tests without a full HTTPie installation
    # we advise you to disable the markers below, e.g:
    # pytest -m 'not requires_installation and not requires_external_processes'
    requires_installation
    requires_external_processes