initial commit

This commit is contained in:
2025-03-23 21:08:31 +01:00
commit 7517ee5534
17 changed files with 800 additions and 0 deletions

5
tests/__main__.py Normal file
View File

@ -0,0 +1,5 @@
import sys
import pytest
retcode = pytest.main(sys.argv[1:])

2
tests/test_imports.py Normal file
View File

@ -0,0 +1,2 @@
def test_import():
import cloudns # pylint: disable=unused-import,import-outside-toplevel