```joshuacannon@CEPHANDRIUS:~/work/techlabs$ ./pan...
# general
b
Copy code
joshuacannon@CEPHANDRIUS:~/work/techlabs$ ./pants test --force --output=all path/to/test_foo.py  -- -vv
16:01:25.17 [INFO] Completed: Run Pytest - path/to/test_foo.py:tests succeeded.                                                                     
============================= test session starts ==============================                                                                                            
platform linux -- Python 3.8.12, pytest-6.1.1, py-1.11.0, pluggy-0.13.1 -- /home/joshuacannon/.cache/pants/named_caches/pex_root/venvs/s/cf02046f/venv/bin/python3.8
cachedir: .pytest_cache
rootdir: /tmp/process-executionUMiF6w, configfile: pytest.ini
plugins: profiling-1.7.0, kafka-0.5.0, forked-1.4.0, cov-3.0.0, mock-3.7.0, xdist-2.4.0, timeout-2.1.0, mockito-0.0.4
collecting ... collected 1 item

path/to/test_foo.py::test_nothing SKIPPED        [100%]

- generated xml file: /tmp/process-executionUMiF6w/path.to.test_foo.py.tests.xml -
============================== 1 skipped in 0.02s ==============================



āœ“ path/to/test_foo.py:tests succeeded in 0.24s