diff --git a/tests/python-related/test_import.py b/tests/python-related/test_import.py new file mode 100644 index 00000000..815868d3 --- /dev/null +++ b/tests/python-related/test_import.py @@ -0,0 +1,4 @@ +import pytest + +def test_import(): + import archinstall \ No newline at end of file