Tests: pathlib used where appropriate
Also fixed various pylint errors and style issues.
This commit is contained in:
@@ -123,7 +123,7 @@ def test_go_application_command_line_arguments_type():
|
||||
client.load('command_line_arguments')
|
||||
|
||||
assert 'error' in client.conf(
|
||||
'' "a b c", 'applications/command_line_arguments/arguments'
|
||||
"a b c", 'applications/command_line_arguments/arguments'
|
||||
), 'arguments type'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user