summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_results (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-091-2/+2
| | | | | | | | | * Update triple single quotes to triple double quotes This change was fully automated. The updated Python files have been verified to tokenize the same as the originals, except for the expected change in quoting of strings, which were verified through literal_eval. * Manual conversion of docstring quotes
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-271-1/+1
| | | Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
* linear strategy, show templated task name on start (#83473)Brian Coca2024-06-251-0/+6
| | | we only templated in some cases but when queueing we could get an untemplated name for the 'on start' event.
* Ensure the correct connection name is shown in results (#83354)Brian Coca2024-06-244-0/+90