Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 227 Bytes

tests.rst

File metadata and controls

16 lines (10 loc) · 227 Bytes

cathpy.tests

from cathpy.tests import is_valid_domain_id

is_valid_domain_id('1cukA01')
# True

is_valid_domain_id('foo')
# False
.. automodule:: cathpy.tests
    :members: