Skip to content

Add unit test for the text configuration

A unit test that compares the configuration sequence produced by the text configuration and that of the block configuration is added. May not be useful since ntuples are produced using the text and block configuration and compared as part of the integration tests.

Changes:

  • add returnConfigSeq option to makeSequenceBlocks that returns the config sequence object.
  • add unit test to compare config sequence produced with the text and block configurations
  • some code was rearranged so that the order of the blocks align between the text and block configurations.
  • added some blocks and options that were not preset in the text configuration

Note: the order in the block configuration will need to match the order in determined by the ConfigFactory or the code will fail the integration tests.

Edited by Joseph Earl Lambert

Merge request reports