Skip to content

Commit 9e4ad35

Browse files
author
Jon Wayne Parrott
committed
Adding config copy command to run_tests nox session
1 parent 1f264ed commit 9e4ad35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nox.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def session_lint(session):
3838
@nox.parametrize('dir', DIRS)
3939
def session_run_tests(session, dir=None, toxargs=None):
4040
"""Run all tests for all directories (slow!)"""
41+
shutil.copy('config.py', dir)
4142
session.chdir(dir)
4243
session.run('tox', *(toxargs or []))
4344

0 commit comments

Comments
 (0)