tenseleyflow/sultree / 3ddb617

Browse files

updates to tests

Authored by espadonne
SHA
3ddb6178849b5ac0253ea8b1e8762f57ef9bd308
Parents
fdb9d05
Tree
93c0dce

2 changed files

StatusFile+-
M tests/__pycache__/test_selinux.cpython-39.pyc bin
M tests/test_selinux.py 3 1
tests/__pycache__/test_selinux.cpython-39.pycmodified
Binary file changed.
tests/test_selinux.pymodified
@@ -12,7 +12,9 @@ from sultree.selinux import (
12
     SELinuxFilter,
12
     SELinuxFilter,
13
     get_selinux_context,
13
     get_selinux_context,
14
     is_selinux_enabled,
14
     is_selinux_enabled,
15
-    SELinuxQueryError
15
+    SELinuxQueryError,
16
+    clear_selinux_cache,
17
+    get_cache_info
16
 )
18
 )
17
 
19
 
18
 
20