This commit is contained in:
Daniel Hahler 2020-02-03 14:04:16 +01:00
parent fb289667e3
commit abffd16ce6
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
"""
Test importing of all internal packages and modules.
This ensures all internal packages can be imported without needing the pytest
namespace being set, which is critical for the initialization of xdist.
"""
import pkgutil
import subprocess
import sys