mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01:00
7abddfe350
* Mark test_stdin_read_warning with requires_installation * Mark stdin tests with requires_external_processes Co-authored-by: Nilushan Costa <19643850+nilushancosta@users.noreply.github.com>
8 lines
278 B
INI
8 lines
278 B
INI
[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
|