File tree Expand file tree Collapse file tree 3 files changed +10
-241
lines changed
Expand file tree Collapse file tree 3 files changed +10
-241
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,14 @@ pygpsclient.mapquest module
188188 :undoc-members:
189189 :show-inheritance:
190190
191+ pygpsclient.mapquest\_ handler module
192+ ------------------------------------
193+
194+ .. automodule :: pygpsclient.mapquest_handler
195+ :members:
196+ :undoc-members:
197+ :show-inheritance:
198+
191199pygpsclient.menu\_ bar module
192200----------------------------
193201
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ disable = """
134134
135135[tool .pytest .ini_options ]
136136minversion = " 7.0"
137- addopts = " --cov --cov-report html --cov-fail-under 17 "
137+ addopts = " --cov --cov-report html --cov-fail-under 18 "
138138pythonpath = [" src" ]
139139testpaths = [" tests" ]
140140
@@ -145,7 +145,7 @@ source = ["src"]
145145source = [" src" ]
146146
147147[tool .coverage .report ]
148- fail_under = 17
148+ fail_under = 18
149149
150150[tool .coverage .html ]
151151directory = " htmlcov"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments