mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Sync docs
This commit is contained in:
2
docs
2
docs
Submodule docs updated: f7b734d766...d0288c129b
@ -521,6 +521,7 @@ def test_package_json_schema():
|
||||
|
||||
def test_parser_from_dir(tmpdir_factory):
|
||||
pkg_dir = tmpdir_factory.mktemp("package")
|
||||
pkg_dir.join("package.json").write('{"name": "package.json"}')
|
||||
pkg_dir.join("library.json").write('{"name": "library.json"}')
|
||||
pkg_dir.join("library.properties").write("name=library.properties")
|
||||
|
||||
|
Reference in New Issue
Block a user