aboutsummaryrefslogtreecommitdiff
blob: 54c1283741e9f0a98213d7e1c1c2a90ef24aa1aa (plain)
1
2
3
4
5
6
7
import pytest
syslog = pytest.importorskip('syslog')

# XXX very minimal test

def test_syslog():
    assert hasattr(syslog, 'LOG_ALERT')