PATH:
usr
/
lib
/
python3.9
/
site-packages
/
tracer
/
tests
# Enable importing modules from parent directory (tracer's root directory) import os parentdir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) os.sys.path.insert(0, parentdir) import sys import unittest from tracer.resources.system import System DISTRO = System.distribution()
[-] test_rules.py
[edit]
[+]
__pycache__
[-] test_FilenameCleaner.py
[edit]
[-] test_dnf.py
[edit]
[-] test_views.py
[edit]
[-] test_dpkg.py
[edit]
[-] test_lang.py
[edit]
[-] test_package.py
[edit]
[-] test_yum.py
[edit]
[-] test_tracer.py
[edit]
[-] test_collections.py
[edit]
[-] test_hooks.py
[edit]
[-] test_applications.py
[edit]
[-] __meta__.py
[edit]
[-] test_portage.py
[edit]
[-] test_query.py
[edit]
[-] test_alpm.py
[edit]
[-] test_processes.py
[edit]
[+]
..
[-] __init__.py
[edit]