We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d3307 commit d92e4e9Copy full SHA for d92e4e9
1 file changed
test/test.py
@@ -286,7 +286,7 @@ def find_leaf_nodes():
286
# or ends with unit or integration -> no tests in those folders were
287
# created
288
if dirpath[2:].split('/')[0] in test_categories and dirpath.split('/')[-1] not in ['unit', 'integration']:
289
- if not dirnames:
+ if len(dirpath[2:].split('/')) <= 3 and not dirnames:
290
leaf_nodes.append(dirpath[2:])
291
292
return leaf_nodes
0 commit comments