Clean code and testing tweak

This commit is contained in:
bgbsww
2024-02-07 11:43:40 -05:00
parent 1c77ebdeb0
commit 7b330a523e
4 changed files with 44 additions and 17 deletions

View File

@@ -28,6 +28,6 @@ protected:
Part::Boolean* _boolean; // NOLINT Can't be private in a test framework
};
// This is completely tested in the FeaturePartCommon, FeaturePartCut, and FeaturePartFuse
// subclasses. This class is unfortunately not usable unless initialized in one of those
// forms, so no testing at this level.
// This is completely tested in the FeaturePartCommon, FeaturePartCut, FeaturePartFuse and
// FeaturePartSection subclasses. This class is unfortunately not usable unless initialized in one
// of those forms, so no testing at this level.