This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
west
mirror of
https://github.com/zephyrproject-rtos/west.git
Watch
1
Star
0
Fork
You've already forked west
0
Code
Issues
Releases
Wiki
Activity
2117c7180f
west
/
tests_requirements.txt
3 lines
18 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add py.test-based test infrastructure Follow along with what the cool kids are doing and add py.test integration. This patch doesn't add any test cases, but sets up packages to test the runner classes as additional work. To run the test suite, use: $ python3 setup.py test Since there are no tests, these pass. Signed-off-by: Marti Bolivar <marti@foundries.io>
2018-08-01 01:03:53 +08:00
pytest
tests_requirements.txt: add pytest-cov This enables gathering of code coverage data during testing. Signed-off-by: Marti Bolivar <marti@foundries.io>
2018-08-22 00:47:06 +08:00
pytest-cov