method: test.TerminalSession.skipbykeyword

*Not documented*
    def skipbykeyword(self, colitem): 

origin: test.Session

where:

exceptions that might appear during execution:

function source:

def skipbykeyword(self, colitem): 
    keyword = self.config.option.keyword
    if not keyword: 
        return 
    chain = colitem.listchain()
    for key in filter(None, keyword.split()): 
        eor = key[:1] == '-' 
        if eor: 
            key = key[1:]
        if not (eor ^ self._matchonekeyword(key, chain)): 
            py.test.skip("test not selected by keyword %r" %(keyword,))

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.0

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.1

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.2

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.3

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.4

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.5

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.6

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.7

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.8

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.9

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.10

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.11

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.12

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.13

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.14

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.15

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.16

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.17

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.18

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.19

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.TerminalSession.skipbykeyword.20