mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +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
|
||||
|
||||
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
|
||||
|
||||
|
@ -153,7 +153,7 @@ sentence=This is Arduino library
|
||||
).as_dict()
|
||||
assert data["export"] == {
|
||||
"exclude": ["extras", "docs", "tests", "test", "*.doxyfile", "*.pdf"],
|
||||
"include": "libraries/TestPackage",
|
||||
"include": ["libraries/TestPackage"],
|
||||
}
|
||||
assert data["repository"] == {
|
||||
"url": "https://github.com/username/reponame",
|
||||
|
Reference in New Issue
Block a user