Skip to content

Commit

Permalink
Merge commit '0bcec63e39d3de070145d5fedd56e9a94827da6f' from freakboy…
Browse files Browse the repository at this point in the history
…3742/audit-button into test-slider-windows-android
  • Loading branch information
mhsmith committed Feb 2, 2023
2 parents 0ead3f1 + 0bcec63 commit df5715b
Show file tree
Hide file tree
Showing 5 changed files with 347 additions and 225 deletions.
1 change: 1 addition & 0 deletions changes/1761.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Button widget now has 100% test coverage, and complete API documentation.
8 changes: 8 additions & 0 deletions core/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import pytest

from toga_dummy.utils import EventLog


@pytest.fixture(autouse=True)
def reset_event_log():
EventLog.reset()
1 change: 0 additions & 1 deletion docs/reference/api/widgets/button.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Button
======


A widget that can be pressed or clicked to cause an action in an application.

.. figure:: /reference/images/Button.jpeg
Expand Down
Loading

0 comments on commit df5715b

Please sign in to comment.