Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions bublik/core/result/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ def list_results(
Args:
parent_id: Filter by parent package ID
test_name: Filter by test name
start_exec_seqno: Retain only the consecutive sequence of results
starting from the specified execution number, based on the global
run sequence
start_exec_seqno: Position in the global run execution sequence to start
from. Ensures that when the same test is executed multiple times within
one parent package, only iterations of the intended execution are returned
results: Comma-separated result statuses
result_properties: Comma-separated result properties
requirements: Comma-separated requirement names
Expand Down Expand Up @@ -242,9 +242,9 @@ def list_results_paginated(
Args:
parent_id: Filter by parent package ID
test_name: Filter by test name
start_exec_seqno: Retain only the consecutive sequence of results
starting from the specified execution number, based on the global
run sequence
start_exec_seqno: Position in the global run execution sequence to start
from. Ensures that when the same test is executed multiple times within
one parent package, only iterations of the intended execution are returned
results: Comma-separated result statuses
result_properties: Comma-separated result properties
requirements: Comma-separated requirement names
Expand Down
Loading