updates to tests
- SHA
3ddb6178849b5ac0253ea8b1e8762f57ef9bd308- Parents
-
fdb9d05 - Tree
93c0dce
3ddb617
3ddb6178849b5ac0253ea8b1e8762f57ef9bd308fdb9d05
93c0dce| Status | File | + | - |
|---|---|---|---|
| M |
tests/__pycache__/test_selinux.cpython-39.pyc
|
bin | |
| M |
tests/test_selinux.py
|
3 | 1 |
tests/__pycache__/test_selinux.cpython-39.pycmodifiedtests/test_selinux.pymodified@@ -12,7 +12,9 @@ from sultree.selinux import ( | ||
| 12 | 12 | SELinuxFilter, |
| 13 | 13 | get_selinux_context, |
| 14 | 14 | is_selinux_enabled, |
| 15 | - SELinuxQueryError | |
| 15 | + SELinuxQueryError, | |
| 16 | + clear_selinux_cache, | |
| 17 | + get_cache_info | |
| 16 | 18 | ) |
| 17 | 19 | |
| 18 | 20 | |