nicoulaj / pytest-csv

CSV reporter for pytest.
GNU General Public License v3.0
21 stars 16 forks source link

Support generating csv when only collect test cases #7

Open taget opened 5 years ago

taget commented 5 years ago

Would like to only collect cases (not running them) and generage a csv file.

pytest --collect-only -q --csv xx.csv tests/cvm/test_CreateCVM.py::CreateCVM::test_create tests/cvm/test_CreateCVM.py::CreateCVM::test_destroy tests/cvm/test_CreateCVM.py::CreateCVM::test_instance_alive tests/cvm/test_CreateCVM.py::CreateCVM::test_stop_start

lookilooki commented 3 months ago

I would like to have the same functionality.