ovh / venom

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
Apache License 2.0
1.06k stars 144 forks source link

Documentation update for beta4 #763

Closed miklosbagi closed 10 months ago

miklosbagi commented 10 months ago

Howdy folks,

I looked up the docs for SQL executor and ran into having __len__ provided as example for assertions, which I believe is now __Len__, here: README.md

HTH, mb

ivan-velasco commented 10 months ago

That is correct or you can use ShouldHaveLength

miklosbagi commented 10 months ago

Hey @ivan-velasco, thanks for your reply.

So this is the case now, correct?

miklosbagi commented 10 months ago

Ah the commit sign... :) Proposed update in #765

yesnault commented 10 months ago

merged