BHoM / Test_Toolkit

GNU Lesser General Public License v3.0
0 stars 0 forks source link

Rule out test assemblies from versioning test sets #487

Open IsakNaslundBh opened 2 months ago

IsakNaslundBh commented 2 months ago

NOTE: Depends on

Issues addressed by this PR

Closes #486

Explicitly rule out any type or method from a Test_Toolkit assembly from being included in test sets.

Test files

Ensure no test_Toolkit method is part of the included methods/types

GenerateLegacyDataset.zip

Changelog

Additional comments

IsakNaslundBh commented 2 months ago

@adecler after doing this I had another thought. Could potentially make use of the IsPrototype method in the BHoM_Engine instead as that should filter out everything not part of the beta (if the beta is the last installer you ran). Might be worth a quick chat before I make that change, but might be a cleaner solution.