konveyor / tackle-test-generator-cli

Apache License 2.0
58 stars 34 forks source link

Change dev_tests configuration options #265

Closed Vicky-Goldin closed 2 years ago

Vicky-Goldin commented 2 years ago

Description

  1. dev_tests.build_type is removed, general.build_type is used instead.
  2. dev_tests.build_file is removed, generate.app_build_files is used instead.
  3. Added a default value of test for dev_tests.build_targets, since test is commonly used to run tests and generate Jacoco exec file.
  4. Before, the values of dev_tests were not validated when loading a toml file (in __validate_config_scope). Now they are validated when running generate or execute, since dev_tests might be used in either of the commands.

Related to #115 from planning repo.

Type of Change

Please check the types of changes your PR introduces.

How Has This Been Tested?

Tests pass locally, including tests regarding dev_tests configuration options.

Checklist