*Not documented*
def skipbykeyword(self, keyword):
origin: test.collect.Collector
where:
exceptions that might appear during execution:
function source:
def skipbykeyword(self, keyword):
if not keyword:
return
chain = self.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,))
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.0
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.1
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.2
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.3
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.4
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.5
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.6
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.7
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.8
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.9
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.10
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.11
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.12
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.13
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.14
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.15
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.16
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.17
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.18
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py
traceback test.Function.skipbykeyword.19
called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py