At the moment there can be test case names selected, e.g.:
$~ cat selection.txt
tests/test_foo.py::test_other
Can there be a possibility to select the whole module too? Example:
$~ cat selection.txt
tests/test_foo.py
test_foo_two.py
Thanks for an update.