File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [run]
2+ omit =
3+ # omit all functional tests
4+ tests/*
5+ # omit anything in a test directory anywhere
6+ */test/*
7+ # omit the devtools
8+ devtools/*
9+ # omit the conftest?
10+ conftest.py
Original file line number Diff line number Diff line change @@ -222,3 +222,6 @@ project.
222222 :target: https://f5-openstack-slack.herokuapp.com/
223223 :alt: Slack
224224
225+ .. |coveralls | image :: https://coveralls.io/repos/github/F5Networks/f5-common-python/badge.svg
226+ :target: https://coveralls.io/github/F5Networks/f5-common-python
227+ :alt: Coveralls
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ hacking==0.10.2
77mock==1.3.0
88pytest==2.9.1
99pytest-cov>=2.2.1
10- git+https://github.com/F5Networks/pytest-symbols.git
10+ git+https://github.com/F5Networks/pytest-symbols.git
11+ python-coveralls
You can’t perform that action at this time.
0 commit comments