Description
Hello,
In order to order the tests of a personal project, I've attempted to order tests on the basis of files (or the classes within it), in order to keep the ordering specification short and concise. Note that I've also encountered issues ordering tests in a similar way to the documentation, by specifying a class name as the label.
Alas, it seems that is does not work this way (or is not intended to ?), as I only receive a Warning telling me that the mark is ignored, in light of the failure to match a node_id with the provided label.
Looking a bit into the code, I noticed that the code path handling Class-based dependencies has the constraint of containing exactly two ::
strings, meaning that it must probably be a test-name from within a specific test-class.
I believe that it would be quite practical to be able to order tests relatively to test classes, not only from the same file, but also from other test files, as the documentation does not hint at the impossibility to do so.
Thank you for maintaining this piece of code, in hope that my feedback here may help the project and other users !
Activity