summaryrefslogtreecommitdiff
path: root/src/scenarios.rs
AgeCommit message (Expand)AuthorFilesLines
2023-08-12subplot: Enable passing of location into the template expansionDaniel Silverstone1-0/+4
2023-08-12steps: Pass location information into scenarios and scenario steps for error ...Daniel Silverstone1-6/+9
2023-02-19chore: drop unused Scenario nameLars Wirzenius1-25/+0
2021-05-20chore: Fix a bunch of clippy lintsDaniel Silverstone1-4/+1
2020-05-09Change: keep actual text of keyword from scenarioLars Wirzenius1-1/+1
2020-01-08Change: use tera templates for generating Python codeLars Wirzenius1-1/+2
2020-01-05Refactor: return slices instead of iteratorsLars Wirzenius1-7/+5
2020-01-01Add: codegen.rs moduleLars Wirzenius1-0/+28
2019-12-29Refactor: rustfmtLars Wirzenius1-1/+1
2019-12-29Add: Scenario::has_stepsLars Wirzenius1-0/+5
2019-12-29Change: Scenario to derive DebugLars Wirzenius1-0/+1
2019-12-22Add: doc commentsLars Wirzenius1-0/+12
2019-12-22Change: add steps to scenariosLars Wirzenius1-0/+16
2019-12-22Add: struct ScenarioLars Wirzenius1-0/+40