10Check if the path returned by add_reconstruction is changed. The test fails if:
11- a new module is added to the path
12- a new parameter is added to a module
13- the default value of a parameter is modified
14If the test fails, it's enough to reproduce the logfile and commit it.
18import b2test_utils
as b2tu
19import reconstruction
as re
22b2tu.configure_logging_for_tests()
25re.add_reconstruction(main)
26b2.print_path(path=main, defaults=
True)