Sync docs

This commit is contained in:
Ivan Kravets
2020-01-09 23:32:55 +02:00
parent 60139035d8
commit 9c32ff278c
2 changed files with 2 additions and 1 deletions

2
docs

Submodule docs updated: f7b734d766...d0288c129b

View File

@ -521,6 +521,7 @@ def test_package_json_schema():
def test_parser_from_dir(tmpdir_factory): def test_parser_from_dir(tmpdir_factory):
pkg_dir = tmpdir_factory.mktemp("package") 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.json").write('{"name": "library.json"}')
pkg_dir.join("library.properties").write("name=library.properties") pkg_dir.join("library.properties").write("name=library.properties")