Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement correctly fake_import in test_on_slave.py
*args and **kwargs must be forwarded to __import__ otherwise the import context (global & local) can be incomplete to find local paths of external modules. In this situation, "ValueError: Empty module name" is thrown. Signed-off-by: Ronan Abhamon <[email protected]>
- Loading branch information