Skip to content

Commit 1303a17

Browse files
committed
chore: remove obsolete code
1 parent 3a32673 commit 1303a17

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_query.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
_LOG = logging.getLogger(__name__)
2323

24-
IGNORED_FOLDER_NAMES = ['opencv']
25-
2624

2725
class Tests(unittest.TestCase):
2826

@@ -44,8 +42,6 @@ def test_example_count_checking(self):
4442

4543
def _query_test_case(self, paths, query_function):
4644
for path in paths:
47-
if any(_ in path.parts for _ in IGNORED_FOLDER_NAMES) or not path.exists():
48-
continue
4945
with self.subTest(path=path, query_function=query_function):
5046
_LOG.debug('testing %s() on %s', query_function.__name__, path)
5147
try:

0 commit comments

Comments
 (0)