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 (
1212
     SELinuxFilter,
1313
     get_selinux_context,
1414
     is_selinux_enabled,
15
-    SELinuxQueryError
15
+    SELinuxQueryError,
16
+    clear_selinux_cache,
17
+    get_cache_info
1618
 )
1719
 
1820