2020-03-28 16:55:36 +00:00
|
|
|
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
|