You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-24 00:31:09 +02:00
Mark stdin warning related tests with requires_external_processes (#1289)
* 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>
This commit is contained in:
@@ -1,3 +1,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
|
||||
|
||||
Reference in New Issue
Block a user