Fix test for package manifest

This commit is contained in:
Ivan Kravets
2019-10-17 21:19:04 +03:00
parent be9aaf8902
commit 19a8326f0f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ black:
black --target-version py27 ./tests black --target-version py27 ./tests
test: test:
py.test --verbose --capture=no --exitfirst -n 3 --dist=loadscope tests --ignore tests/test_examples.py --ignore tests/test_pkgmanifest.py py.test --verbose --capture=no --exitfirst -n 3 --dist=loadscope tests --ignore tests/test_examples.py
before-commit: isort black lint test before-commit: isort black lint test

View File

@@ -153,7 +153,7 @@ sentence=This is Arduino library
).as_dict() ).as_dict()
assert data["export"] == { assert data["export"] == {
"exclude": ["extras", "docs", "tests", "test", "*.doxyfile", "*.pdf"], "exclude": ["extras", "docs", "tests", "test", "*.doxyfile", "*.pdf"],
"include": "libraries/TestPackage", "include": ["libraries/TestPackage"],
} }
assert data["repository"] == { assert data["repository"] == {
"url": "https://github.com/username/reponame", "url": "https://github.com/username/reponame",