From 768b36133ca4e4a2eeddc145355eac4b0420b04b Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 1 May 2022 17:04:47 +0200 Subject: [PATCH] Added first pytest --- tests/python-related/test_import.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/python-related/test_import.py 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