autonomic.gandi/test/test_gandi_dns.py
Luke Murphy a0374d8209
Some checks failed
continuous-integration/drone/push Build is failing
Try to unit test but give up for now
2020-03-28 17:55:36 +01:00

10 lines
252 B
Python

import pytest
gandi_cli = pytest.importorskip('gandi.cli')
def test_TODO():
# TODO(decentral1se): discover how to unit test the module so far it is a
# bit of a weird python packaging circus and there are lots of errors...
assert 1 == 1