shlax/tests/test_ssh.py
2020-03-04 02:14:54 +01:00

7 lines
140 B
Python

import os
import sys
import pytest
if not os.getenv('CI'):
pytest.skip('Please run with ./shlaxfile.py test', allow_module_level=True)