clipboard-watcher/tests/test_clipboard_watcher.py

6 lines
98 B
Python
Raw Normal View History

2022-01-08 18:56:37 +01:00
from clipboard_watcher import __version__
def test_version():
2022-01-27 00:46:57 +01:00
assert __version__ == "0.0.1"