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():
assert __version__ == '0.1.0'