9a8f6216f7
pylint (test suite) - f-strings
2023-10-11 12:58:52 +00:00
32593cd205
remove scripts/uninstall-mmgen.py
2023-10-11 12:58:52 +00:00
033822f565
pylint (test suite) - use "is" for bool,None,type equality
2023-10-11 12:58:52 +00:00
07d2d6dcb9
pylint (test suite) - type comparison with isinstance()
2023-10-11 12:58:51 +00:00
7b32c412d5
pylint (test suite) - imports
2023-10-11 12:58:51 +00:00
b8fb987bb3
pylint (test suite) - inherit from object implicitly
2023-10-11 12:58:51 +00:00
01430166e5
whitespace, comments, docstrings (test suite)
2023-10-11 12:58:51 +00:00
a53f567450
pylint throughout (excluding tests) - bugfixes
2023-10-11 12:58:50 +00:00
d326c96af8
pylint throughout (excluding tests) - various cleanups
2023-10-11 12:58:50 +00:00
57724e8bdc
pylint throughout (excluding tests) - return from __init__()
2023-10-11 12:58:50 +00:00
7cb0e439e2
more whitespace, comments throughout (excluding tests)
2023-10-11 12:58:50 +00:00
a4cb7e3c72
pylint throughout (excluding tests) - unused variables
2023-10-11 12:58:49 +00:00
881c6fea03
pylint throughout (excluding tests) - inherit from object implicitly
2023-10-11 12:58:49 +00:00
b660ba4235
pylint throughout (excluding tests) - use "is" for bool,None,type equality
2023-10-11 12:58:49 +00:00
6ccc3703cf
pylint throughout (excluding tests) - type comparison with isinstance()
2023-10-11 12:58:49 +00:00
8e13b296fb
pylint throughout (excluding tests) - string formatting
2023-10-11 12:58:48 +00:00
83ac0f860c
pylint throughout (excluding tests) - f-strings
2023-10-11 12:58:48 +00:00
4f42233836
pylint throughout (excluding tests) - imports
2023-10-11 12:58:48 +00:00
2449baed2c
whitespace, comments throughout (excluding tests)
2023-10-11 12:58:47 +00:00
1cbd1a63b9
pylint fixes - entry mods
2023-10-04 13:58:40 +00:00
ae533adb3a
test suite: exception handling fixes
2023-10-04 13:58:40 +00:00
bc86ccfd60
test suite: a few missing import fixes
2023-10-04 13:58:40 +00:00
da32c52a0f
a few minor cleanups
2023-10-03 14:27:58 +00:00
91d0db3411
unit_tests.py: whitespace
2023-10-03 14:27:57 +00:00
e99950373a
delete mmgen/common.py; import fixes and cleanups throughout (deglob)
2023-10-03 14:27:57 +00:00
f626fc2e05
missing import fixes throughout
2023-10-03 14:27:57 +00:00
aff850d1c8
test suite: import cleanups
2023-10-03 14:27:57 +00:00
1f8261ccab
tooltest.py: import cleanups, --testing-status fixes
2023-10-03 14:27:56 +00:00
86beb56e54
test.py: import cleanups
2023-10-03 14:27:56 +00:00
11ee212fe8
helper scripts: import cleanups
2023-10-03 14:27:56 +00:00
bbe19effb0
unit_tests.py: cleanups, import cleanups
2023-10-03 14:27:56 +00:00
18d0b285ee
objattrtest.py: cleanups, import cleanups
2023-10-03 14:27:55 +00:00
b98d5312ec
objtest.py: cleanups, import cleanups
2023-10-03 14:27:55 +00:00
31390cfa33
exec_wrapper.py: sys.path fixup for test scripts
2023-10-03 14:27:55 +00:00
6c249dec5b
load dev tools only when MMGEN_DEVTOOLS env var is set
2023-09-30 15:36:41 +00:00
ac0e08e55f
unit_tests.py: add silence_output attr
2023-09-30 15:36:41 +00:00
60e7972f50
unit_tests.py: cleanups, add _pre() and _post() hooks
2023-09-30 15:36:41 +00:00
603f47ff5e
a few minor fixes and cleanups
2023-09-30 15:36:40 +00:00
f720b8e48e
test suite: prune sys.path, set PYTHONPATH to overlay root
...
- when running scripts under the exec wrapper, ensure that directories in
`sys.path` contain no potentially importable names not present in the
production environment
2023-09-29 12:24:22 +00:00
6a84ade2c7
exec_wrapper.py, test_init.py: minor cleanups
2023-09-29 12:24:22 +00:00
f9ee86a98a
test.py, exec_wrapper.py: improve error handling
2023-09-29 12:24:22 +00:00
14678f371e
Config: new attribute: test_datadir
2023-09-29 12:24:22 +00:00
a0ffe37a58
test.py: log, error filename cleanups
2023-09-29 12:24:21 +00:00
c0cfbdbb32
scripts/exec_wrapper.py: variable renames
2023-09-29 12:24:21 +00:00
31a6e62a24
test suite: sys.path, overlay, PYTHONPATH cleanups
2023-09-26 10:23:40 +00:00
994e1b4f40
ui.py: line_input(): restore stderr flush for test suite
2023-09-26 10:23:40 +00:00
845470302d
test suite: remove --system option, minor cleanups
2023-09-26 10:23:40 +00:00
e1c9756250
util.py: new fmt_dict() function, add test
2023-09-25 13:25:02 +00:00
7487256e70
util.py: fmt_list(): add data conversion support, add test
2023-09-25 13:25:02 +00:00
e1a9f0870f
util.py: list_gen(): support inclusion of multiple members, add test
2023-09-25 13:25:01 +00:00