You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- from tests import dds, DDS
- from tests.fileutil import ensure_dir
-
-
- def test_create_catalog(dds: DDS):
- dds.scope.enter_context(ensure_dir(dds.build_dir))
- dds.catalog_create(dds.build_dir / 'cat.db')
- assert (dds.build_dir / 'cat.db').is_file()
|