* Docstrings of nodes (functions) are set as the label for TestCase elements (contribution by mikeattara)
* Pytest -k keyword filters are added to the test run filter element under ``name``.
* Pytest -m marker filters are added to the test run filter element under ``namespace``.
* Any path filters are added to the test run filter element under ``test``.
* Each Python module containing tests is now a separate ``test-suite`` element, instead of having one large suite
* Docstrings of modules are set as the label for TestSuite elements