mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 09:30:55 +02:00
Refactor project config options
This commit is contained in:
@@ -20,7 +20,7 @@ from platformio.commands.lib import cli as cmd_lib
|
||||
|
||||
def test_ci_empty(clirunner):
|
||||
result = clirunner.invoke(cmd_ci)
|
||||
assert result.exit_code == 2
|
||||
assert result.exit_code != 0
|
||||
assert "Invalid value: Missing argument 'src'" in result.output
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user