This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11docker :
22 image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3- digest : sha256:ae600f36b6bc972b368367b6f83a1d91ec2c82a4a116b383d67d547c56fe6de3
3+ digest : sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ def _session_tests(
185185) -> None :
186186 # check for presence of tests
187187 test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
188+ test_list .extend (glob .glob ("tests" ))
188189 if len (test_list ) == 0 :
189190 print ("No tests found, skipping directory." )
190191 else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187187) -> None :
188188 # check for presence of tests
189189 test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190+ test_list .extend (glob .glob ("tests" ))
190191 if len (test_list ) == 0 :
191192 print ("No tests found, skipping directory." )
192193 else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187187) -> None :
188188 # check for presence of tests
189189 test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190+ test_list .extend (glob .glob ("tests" ))
190191 if len (test_list ) == 0 :
191192 print ("No tests found, skipping directory." )
192193 else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187187) -> None :
188188 # check for presence of tests
189189 test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190+ test_list .extend (glob .glob ("tests" ))
190191 if len (test_list ) == 0 :
191192 print ("No tests found, skipping directory." )
192193 else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187187) -> None :
188188 # check for presence of tests
189189 test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190+ test_list .extend (glob .glob ("tests" ))
190191 if len (test_list ) == 0 :
191192 print ("No tests found, skipping directory." )
192193 else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187187) -> None :
188188 # check for presence of tests
189189 test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190+ test_list .extend (glob .glob ("tests" ))
190191 if len (test_list ) == 0 :
191192 print ("No tests found, skipping directory." )
192193 else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187187) -> None :
188188 # check for presence of tests
189189 test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190+ test_list .extend (glob .glob ("tests" ))
190191 if len (test_list ) == 0 :
191192 print ("No tests found, skipping directory." )
192193 else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187187) -> None :
188188 # check for presence of tests
189189 test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190+ test_list .extend (glob .glob ("tests" ))
190191 if len (test_list ) == 0 :
191192 print ("No tests found, skipping directory." )
192193 else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187187) -> None :
188188 # check for presence of tests
189189 test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190+ test_list .extend (glob .glob ("tests" ))
190191 if len (test_list ) == 0 :
191192 print ("No tests found, skipping directory." )
192193 else :
You can’t perform that action at this time.
0 commit comments