pegleg/tests/unit/engine
Ian H. Pittwood fff70ad861 Refactors pegleg CLI to use single commands
Debugging pegleg can currently be difficult and the Click CLI does not
easily allow debuggers like pdb or PyCharm to use breakpoints. By moving
all CLI command calls into singular functions, we can easily create an
"if __name__ == '__main__'" entry point to call these functions and
investigate any bugs that may arise.

We also gain the ability to reuse more portions of our code by
refactoring these methods.

Change-Id: Ia9739931273eb6458f82dbb7e702a505ae397ae3
2019-12-17 19:32:28 +00:00
..
catalog Support regenerating PKI 2019-08-06 17:15:02 +00:00
util Add profiles to passphrase catalog 2019-09-24 16:19:36 +00:00
__init__.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
test_build_genesis_bundle.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
test_generate_passphrases.py Add passphrase catalog override option 2019-12-10 20:40:31 +00:00
test_lint.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
test_secrets.py Refactors pegleg CLI to use single commands 2019-12-17 19:32:28 +00:00
test_selectable_linting.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
test_site_collect.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
test_site_repository.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
test_util_files.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00