Compare commits

1 Commits

Author SHA1 Message Date
8a58f4da8d Fix test.py so it fails when tests fail 2021-03-24 15:27:06 +00:00
4 changed files with 1 additions and 9 deletions

View File

@@ -1,9 +1 @@
# Timely Reference
A digital watch which operates on a coin cell battery.
![alt text](images/photo.jpg)
![alt text](images/devboard.jpg)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 720 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

View File

@@ -390,7 +390,7 @@ def test_stop(context_factory, logger):
def main(): def main():
pytest.main(sys.argv) return pytest.main(sys.argv)
if __name__ == "__main__": if __name__ == "__main__":