mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Fix test for package manifest
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user