autonomic.gandi/test/test_gandi_dns.py
Luke Murphy d430e3ffbb
All checks were successful
continuous-integration/drone/push Build is passing
Improve env var management for LEXICON vars
2020-03-29 09:07:36 +02:00

10 lines
250 B
Python

import pytest
gandi_cli = pytest.importorskip("lexicon")
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