Example #1
0
 def test_determineFunctionSet(self):
     self.assertIn(pyperclip.determineFunctionSet(),
                   (CYGWIN, WINDOWS, PBCOPY_PBPASTE, XCLIP, XSEL, KLIPPER,
                    PYQT4, GTK))
Example #2
0
 def test_determineFunctionSet(self):
     self.assertIn(pyperclip.determineFunctionSet(), ALL_FUNCTION_SETS)
Example #3
0
 def test_determineFunctionSet(self):
     self.assertIn(pyperclip.determineFunctionSet(), ALL_FUNCTION_SETS)
Example #4
0
 def test_determineFunctionSet(self):
     self.assertIn(pyperclip.determineFunctionSet(), (CYGWIN, WINDOWS, PBCOPY_PBPASTE, XCLIP, XSEL, KLIPPER, PYQT4, GTK))