diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-06-20 09:28:27 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-06-20 09:28:27 (GMT) |
| commit | 1a4b678b2b815884cb712244d8a1b5e50a5cbd86 (patch) | |
| tree | 87391a65edd67a3d43478d3a448f734967ebd955 /wasp/boards/simulator/test_qa.py | |
| parent | 2a1ac322799ce0ae549110ec96dbb2caa28cf6d0 (diff) | |
apps: FacesApp: Add a watch face chooser
This app is enabled by default and allows users to select a watch face
based on a fullscreen preview of how the app will draw the screen.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards/simulator/test_qa.py')
| -rw-r--r-- | wasp/boards/simulator/test_qa.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/boards/simulator/test_qa.py b/wasp/boards/simulator/test_qa.py index dd19af6..7f38995 100644 --- a/wasp/boards/simulator/test_qa.py +++ b/wasp/boards/simulator/test_qa.py @@ -3,7 +3,7 @@ import wasp import importlib import os -EXCLUDE = ('Notifications', 'Template', 'Demo') +EXCLUDE = ('Notifications', 'Template', 'Demo', 'Faces') def test_README(constructor): if constructor.NAME in EXCLUDE: |
