We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c275c1 commit ed70e11Copy full SHA for ed70e11
1 file changed
python/ql/test/library-tests/filters/tests/Filter.ql
@@ -2,4 +2,5 @@ import python
2
import semmle.python.filters.Tests
3
4
from TestScope t
5
+where exists(t.getLocation().getFile().getRelativePath())
6
select t
0 commit comments