1 parent 4714c5e commit 0adaceeCopy full SHA for 0adacee
1 file changed
test/cli/slnx-folders_test.py
@@ -3,14 +3,8 @@
3
4
import os
5
import re
6
-import glob
7
-import json
8
-import shutil
9
-import xml.etree.ElementTree as ET
10
11
-import pytest
12
-
13
-from testutils import create_gui_project_file, cppcheck
+from testutils import cppcheck
14
15
__script_dir = os.path.dirname(os.path.abspath(__file__))
16
__proj_dir = os.path.join(__script_dir, 'slnx-folders')
0 commit comments