File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed 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