筒井 (@ryu22e) です。今月の 「Python Monthly Topics」 は、Web APIのテストデータを自動生成してくれるツール 「Schemathesis(スキーマセシス) 」 を紹介します。 Schemathesisとは何か Schemathesisは、OpenAPIまたはGraphQLで書かれたAPI仕様を元にテストデータを自動生成し ...
Python version: 2.7.18 or 3.9.1+ (no idea which one actually is used, sorry) Schemathesis version: 3.1.0 Spec version: See the file. Additional context The example is kinda silly as having that enum ...
You can now use custom authentication mechanisms from the requests library, apply authentication conditionally to specific API operations, and even throttle requests via the CLI. As always, we've also ...