forked from platformio/platformio-core
Remove test code
This commit is contained in:
@ -150,7 +150,6 @@ def test_real_config(tmpdir):
|
|||||||
("extra_flags", "-L /usr/local/lib"),
|
("extra_flags", "-L /usr/local/lib"),
|
||||||
("lib_ignore", "LibIgnoreCustom")
|
("lib_ignore", "LibIgnoreCustom")
|
||||||
] # yapf: disable
|
] # yapf: disable
|
||||||
print(config.items(env="base"))
|
|
||||||
assert config.items(env="base") == [
|
assert config.items(env="base") == [
|
||||||
("build_flags", [
|
("build_flags", [
|
||||||
"-D DEBUG=1 -L /usr/local/lib", "-DSYSENVDEPS1 -DSYSENVDEPS2"]),
|
"-D DEBUG=1 -L /usr/local/lib", "-DSYSENVDEPS1 -DSYSENVDEPS2"]),
|
||||||
|
Reference in New Issue
Block a user