`--pytest-args` is an improvement in that it will ...
# general
h
--pytest-args
is an improvement in that it will “shlex” the strings for you. You can do this:
Copy code
./pants test project:tests --pytest-args='-vv -k test_demo'