pegleg/tests/unit
Alexander Hughes 1c8d92ef6b Standardize Pegleg code with YAPF
This patch addresses inconsistent code style and enforces it with a
gate for future submissions.

Separate work will be done in the future to address several of the
PEP8 ignores for docstrings, and attempt to bring the tests directory
to PEP8 compliance.

This patch:
1. Updates .style.yapf to set the knobs desired for YAPF.
2. Updates tox.ini to allow one of the knobs to work.
3. Removes unused code from several __init__.py files.
4. Updates the YAPF version in test-requirements.txt to latest (this
   is needed for several knobs to work).
5. Stylistic changes to the python codebase in Pegleg.
6. Updates to tox.ini to run YAPF during PEP8 check.

Change-Id: Ieaa0fdef2b601d01c875d64b840986e54df73abf
2019-07-25 17:28:18 +00:00
..
engine Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00
__init__.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
conftest.py tests: Improve unit tests runtime performance 2019-04-04 14:21:43 +00:00
fixtures.py Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00
test_cli.py Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00
test_exceptions.py Fix exception handling and add tests 2019-02-22 16:14:25 -06:00
test_utils.py Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00