mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-03 17:10:56 +02:00
Fix test
This commit is contained in:
@@ -163,7 +163,7 @@ int main() {
|
|||||||
)
|
)
|
||||||
result = clirunner.invoke(
|
result = clirunner.invoke(
|
||||||
pio_test_cmd,
|
pio_test_cmd,
|
||||||
["-d", str(project_dir), "-e", "native"],
|
["-d", str(project_dir), "-e", "native", "--verbose"],
|
||||||
)
|
)
|
||||||
validate_cliresult(result)
|
validate_cliresult(result)
|
||||||
assert "Called from my_extra_fun" in result.output
|
assert "Called from my_extra_fun" in result.output
|
||||||
@@ -365,7 +365,7 @@ int main() {
|
|||||||
)
|
)
|
||||||
result = clirunner.invoke(
|
result = clirunner.invoke(
|
||||||
pio_test_cmd,
|
pio_test_cmd,
|
||||||
["-d", str(project_dir), "-e", "native"],
|
["-d", str(project_dir), "-e", "native", "--verbose"],
|
||||||
)
|
)
|
||||||
validate_cliresult(result)
|
validate_cliresult(result)
|
||||||
assert all(f in result.output for f in ("Found custom unity_config", "dummy_test"))
|
assert all(f in result.output for f in ("Found custom unity_config", "dummy_test"))
|
||||||
|
Reference in New Issue
Block a user