mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
White-space lint fix
This commit is contained in:
parent
281e0cafb2
commit
0b2364e57d
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ def pytest_addoption(parser):
|
|||
)
|
||||
# <---- CLI Options Setup --------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
# ----- CLI Terminal Reporter --------------------------------------------------------------------------------------->
|
||||
class SaltTerminalReporter(TerminalReporter):
|
||||
def __init__(self, config):
|
||||
|
@ -181,6 +182,7 @@ class SaltTerminalReporter(TerminalReporter):
|
|||
self._tw.write(template.format(name, cpu, mem, swap))
|
||||
# <---- CLI Terminal Reporter ----------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
# ----- Register Markers -------------------------------------------------------------------------------------------->
|
||||
@pytest.mark.trylast
|
||||
def pytest_configure(config):
|
||||
|
|
Loading…
Add table
Reference in a new issue