Skip to content

Commit

Permalink
add nested python files matcher test
Browse files Browse the repository at this point in the history
  • Loading branch information
untone-survive committed Oct 9, 2023
1 parent c23c8b1 commit 9badfbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions tests/WappMatchers/PythonMatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static function detectablePathsProvider(): array
{
return [
['python', null],
['python/nested', null],
];
}
}

0 comments on commit 9badfbb

Please sign in to comment.