summaryrefslogtreecommitdiffstats
path: root/ipatests/test_cmdline/__init__.py
blob: af8867e5a67f537a767b65293675035a9d765f53 (plain)
1
2
3
4
5
6
7
8
9
#
# Copyright (C) 2015  FreeIPA Contributors see COPYING for license
#

import pytest


if pytest.config.getoption('ipaclient_unittests', False):
    pytest.skip("Skip in ipaclient unittest mode")