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()
- assert dds.catalog_path.is_file()
|