summaryrefslogtreecommitdiff
path: root/src/steps.rs
AgeCommit message (Expand)AuthorFilesLines
2023-12-25feat: typeset scenarios by typesetting stepsLars Wirzenius1-0/+79
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-10/+25
2023-06-07feat! don't allow indented scenario stepsLars Wirzenius1-1/+5
2023-02-11chore: use variables in Rust format stringsLars Wirzenius1-1/+1
2022-05-05refactor: drop the subplot::Result type aliasLars Wirzenius1-2/+5
2020-11-21chore(src/visitor/structure.rs): push a char instead of push_strLars Wirzenius1-1/+1
2020-06-20test: Ensure that scenario keywords match insensitivelyDaniel Silverstone1-2/+2
2020-06-20feat: Scenario keyword caseless matchingDaniel Silverstone1-1/+1
2020-05-09Change: keep actual text of keyword from scenarioLars Wirzenius1-10/+22
2020-04-19parse: Ensure continuation keywords cannot be used too earlyDaniel Silverstone1-11/+21
2020-03-30Refactor: rename OurError to SubplotErrorLars Wirzenius1-2/+2
2020-03-28Change: use thiserror to simplify errors.rsLars Wirzenius1-2/+2
2020-02-15Add: add support for "and" and "but" keywordsLars Wirzenius1-5/+19
2020-01-08Change: use tera templates for generating Python codeLars Wirzenius1-2/+3
2020-01-06Add: progress reporting in generated test programLars Wirzenius1-0/+18
2019-12-29Refactor: rustfmtLars Wirzenius1-1/+0
2019-12-28Add: missing documentation commentsLars Wirzenius1-0/+5
2019-12-28Fix: nitpicks found by cargo clippyLars Wirzenius1-7/+7
2019-12-28Fix: use of missing_docs directiveLars Wirzenius1-2/+0
2019-12-22Change: add steps to scenariosLars Wirzenius1-1/+1
2019-12-14Refactor: use ? for error result returnLars Wirzenius1-1/+1
2019-12-14Add: UnknownStepKind errorLars Wirzenius1-3/+7
2019-12-14Change: fix or add doc comments everywhereLars Wirzenius1-3/+9
2019-10-27Add: function to parse a scenario stepLars Wirzenius1-0/+54
2019-10-26Add: docstringsLars Wirzenius1-1/+12
2019-10-20Change: make StepKind, ScenarioStep derive useful traitsLars Wirzenius1-1/+2
2019-10-20Add: module for representing parsed scenario stepLars Wirzenius1-0/+30