X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/guppy/heapy/test
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
guppy
/
heapy
/
test
/
ðŸ“
..
📄
__init__.py
(47 B)
ðŸ“
__pycache__
📄
support.py
(3.72 KB)
📄
test_Classifiers.py
(28.38 KB)
📄
test_ER.py
(12.56 KB)
📄
test_OutputHandling.py
(1.34 KB)
📄
test_Part.py
(10.15 KB)
📄
test_Path.py
(28.82 KB)
📄
test_RefPat.py
(16.75 KB)
📄
test_RetaGraph.py
(95 B)
📄
test_Spec.py
(351 B)
📄
test_UniSet.py
(1.21 KB)
📄
test_View.py
(7.99 KB)
📄
test_all.py
(682 B)
📄
test_dependencies.py
(214 B)
📄
test_gsl.py
(421 B)
📄
test_heapyc.py
(15.6 KB)
📄
test_menuleak.py
(3.12 KB)
📄
test_sf.py
(583 B)
Editing: test_all.py
import importlib import sys autotests = ( 'dependencies', 'gsl', 'Classifiers', 'heapyc', 'ER', 'OutputHandling', 'Part', 'Path', 'RefPat', 'UniSet', 'View', ) # These are not tested here others = ( 'menuleak', 'sf', ) def test_main(debug=False): for name in autotests: testname = 'guppy.heapy.test.test_'+name try: del sys.modules[testname] except KeyError: pass x = importlib.import_module(testname) print('imported:', testname) f = x.test_main f(debug=debug) del sys.modules[testname] if __name__ == '__main__': test_main()
Upload File
Create Folder