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