Commit 5a86ef7 1 parent d40bd46 commit 5a86ef7 Copy full SHA for 5a86ef7
File tree 7 files changed +7
-0
lines changed
7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187
187
) -> None :
188
188
# check for presence of tests
189
189
test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190
+ test_list .extend (glob .glob ("tests" ))
190
191
if len (test_list ) == 0 :
191
192
print ("No tests found, skipping directory." )
192
193
else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187
187
) -> None :
188
188
# check for presence of tests
189
189
test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190
+ test_list .extend (glob .glob ("tests" ))
190
191
if len (test_list ) == 0 :
191
192
print ("No tests found, skipping directory." )
192
193
else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187
187
) -> None :
188
188
# check for presence of tests
189
189
test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190
+ test_list .extend (glob .glob ("tests" ))
190
191
if len (test_list ) == 0 :
191
192
print ("No tests found, skipping directory." )
192
193
else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187
187
) -> None :
188
188
# check for presence of tests
189
189
test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190
+ test_list .extend (glob .glob ("tests" ))
190
191
if len (test_list ) == 0 :
191
192
print ("No tests found, skipping directory." )
192
193
else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187
187
) -> None :
188
188
# check for presence of tests
189
189
test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190
+ test_list .extend (glob .glob ("tests" ))
190
191
if len (test_list ) == 0 :
191
192
print ("No tests found, skipping directory." )
192
193
else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187
187
) -> None :
188
188
# check for presence of tests
189
189
test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190
+ test_list .extend (glob .glob ("tests" ))
190
191
if len (test_list ) == 0 :
191
192
print ("No tests found, skipping directory." )
192
193
else :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def _session_tests(
187
187
) -> None :
188
188
# check for presence of tests
189
189
test_list = glob .glob ("*_test.py" ) + glob .glob ("test_*.py" )
190
+ test_list .extend (glob .glob ("tests" ))
190
191
if len (test_list ) == 0 :
191
192
print ("No tests found, skipping directory." )
192
193
else :
You can’t perform that action at this time.
0 commit comments