function: test.skip

 skip with the given Message. 
def skip(msg="unknown reason"):

origin:<UNKNOWN>

where:

exceptions that might appear during execution:

function source:

def skip(msg="unknown reason"):
    """ skip with the given Message. """
    __tracebackhide__ = True
    raise py.test.Item.Skipped(msg=msg) 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/documentation/conftest.py

traceback test.skip.0

called in /tmp/pytest-418/repmod/test_two.py

traceback test.skip.1

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

traceback test.skip.2

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_slave.py

traceback test.skip.3

called in /tmp/pytest-418/tryiterskip/subdir/conftest.py

traceback test.skip.4

called in /home/johnny/projects/merlinux/py/dist/py/rest/testing/test_directive.py

traceback test.skip.5

called in /home/johnny/projects/merlinux/py/dist/py/execnet/testing/test_gateway.py

traceback test.skip.6

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_executor.py

traceback test.skip.7

called in /tmp/pytest-418/tryitertest/conftest.py

traceback test.skip.8

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

traceback test.skip.9

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.skip.10

called in /tmp/pytest-418/repmod/test_two.py

traceback test.skip.11

called in /home/johnny/projects/merlinux/py/dist/py/apigen/tracer/testing/test_magic.py

traceback test.skip.12

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rest.py

traceback test.skip.13

called in /home/johnny/projects/merlinux/py/dist/py/apigen/source/testing/test_color.py

traceback test.skip.14

called in /tmp/pytest-418/tryitertest/conftest.py

traceback test.skip.15

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

traceback test.skip.16

called in /home/johnny/projects/merlinux/py/dist/pytemp/sub5/test_other.py

traceback test.skip.17