Optimize tests

This commit is contained in:
Ivan Kravets
2020-06-29 21:14:34 +03:00
parent 1ac6c50334
commit 5cdca9d490
5 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
from platformio.commands.run.command import cli as cmd_run
def test_build_flags(clirunner, isolated_pio_core, validate_cliresult, tmpdir):
def test_build_flags(clirunner, validate_cliresult, tmpdir):
build_flags = [
("-D TEST_INT=13", "-DTEST_INT=13"),
("-DTEST_SINGLE_MACRO", "-DTEST_SINGLE_MACRO"),