initial commit
This commit is contained in:
5
tests/__main__.py
Normal file
5
tests/__main__.py
Normal file
@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
import pytest
|
||||
|
||||
retcode = pytest.main(sys.argv[1:])
|
2
tests/test_imports.py
Normal file
2
tests/test_imports.py
Normal file
@ -0,0 +1,2 @@
|
||||
def test_import():
|
||||
import cloudns # pylint: disable=unused-import,import-outside-toplevel
|
Reference in New Issue
Block a user