Example #1
0
def test_to_clipboard():
    text = "clipboard test"
    cb.to_clipboard(text)
    assert cb.read_clipboard() == text
def test_to_clipboard():
    text = "clipboard test"
    cb.to_clipboard(text)
    assert cb.read_clipboard() == text
Example #3
0
def teardown_module(module):
    """Runs once at the very end."""
    cb.to_primary(bak_primary)
    cb.to_clipboard(bak_clipboard)
def teardown_module(module):
    """Runs once at the very end."""
    cb.to_primary(bak_primary)
    cb.to_clipboard(bak_clipboard)