Merge pull request #4010 from nicoddemus/package-len-error-3749

Fix 'Package has no len()' error during collection
This commit is contained in:
Ronny Pfannschmidt
2018-09-21 07:40:20 +02:00
committed by GitHub
5 changed files with 16 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
Fix the following error during collection of tests inside packages::
TypeError: object of type 'Package' has no len()