You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the factories for AlchemyCategory and AlchemyTag generate names they do not seem to use the actual return value of their word faker but its string representation.
For all intends and purposes with regards to testing this seems good enough, nevertheless it indicates an issue that should be fixed.
Example:
[[4] u'<factory.faker.Faker object at 0x7f2e9dcf6490> - 4', [5] u'<factory.faker.Faker object at 0x7f2e9dcf60d0> - 5', [6] u'<factory.faker.Faker object at 0x7f2e9dcf6190> - 6', [7] u'<factory.faker.Faker object at 0x7f2e9dcff290> - 7']
The text was updated successfully, but these errors were encountered:
When the factories for
AlchemyCategory
andAlchemyTag
generate names they do not seem to use the actual return value of theirword
faker but its string representation.For all intends and purposes with regards to testing this seems good enough, nevertheless it indicates an issue that should be fixed.
Example:
The text was updated successfully, but these errors were encountered: