This commit adds `osbuild.testutil.imports.import_module_from_path` that can be used to import arbitrary python source files. This allows importing files from the stages directory that have a non python friendly filename like `org.osbuild.kickstart`.
3 lines
31 B
Python
3 lines
31 B
Python
"""
|
|
Test related utilities
|
|
"""
|