Merge master into features

This commit is contained in:
Daniel Hahler
2018-11-19 12:55:29 +01:00
12 changed files with 69 additions and 24 deletions

View File

@@ -852,10 +852,7 @@ class Config(object):
)
if not args:
if self.invocation_dir == self.rootdir:
args = [
str(self.invocation_dir.join(x, abs=True))
for x in self.getini("testpaths")
]
args = self.getini("testpaths")
if not args:
args = [str(self.invocation_dir)]
self.args = args