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.

10 line
204B

  1. import pytest
  2. from tests import DDS, dds_fixture_conf_1
  3. @dds_fixture_conf_1('copy_only')
  4. def test_config_template(dds: DDS):
  5. dds.build()
  6. assert (dds.build_dir / '__dds/gen/info.hpp').is_file()