Generating tests
GET
/test/generate
Use momentum to generate tests for your
Headers
Name
Value
Authorization
Bearer <token>
Query Params
Name
Type
Description
project_id
number
The project id generated during parsing of the code
identifier
string
The node id that points to the specific endpoint you want to generate tests for, ex : /server.py:search
endpoint_path
string
Complete path of the endpoint you want to test
Response
Generated Tests Cases in form of python code
You can use the generated tests from this endpoint to test relevant code.
Last updated
Was this helpful?