antoniop
committed
on 11 Oct 23
Improve test for singleton package parameters (aka instance parameters of singleton packages):

- do not choose a parameter at random, test… Show more
Improve test for singleton package parameters (aka instance parameters of singleton packages):

- do not choose a parameter at random, test them all instead

- do not test for global parameters. For those, the api will behave differently

- do not test for parameters coming from the configuration file. The parameter::* api does not allow to manipulate those

- do not check for packages that are not mounted. A value would not be found for those

Show less