Skip to content

Commit

Permalink
only look for tests in src/
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 29, 2023
1 parent 8ea4dd9 commit 933d241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
testCommand:
description: Do not modify.
required: false
default: "-m zope.testrunner --package relstorage --path src --color -v --slow-test=3"
default: "-m zope.testrunner --package relstorage --test-path src --color -v --slow-test=3"
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .travis/zope_testrunner_gevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

sys.argv[:] = [
'zope-testrunner',
'--path', 'src',
'--test-path', 'src',
'-v',
'--color',
'--keepbytecode',
Expand Down

0 comments on commit 933d241

Please sign in to comment.