featureforge
featureforge copied to clipboard
test_fuzz fails even if input_schema is not defined
While testing, if your feature doesn't defines an input_schema then test_fuzz fails with a NotImplementedError.
IMHO, if the feature doesn't defines an input schema then test_fuzz doesn't have to run at all.